[m-rev.] for review: faster int to decimal string conversion

Julien Fischer jfischer at opturion.com
Sun Oct 17 17:15:50 AEDT 2021


On Sun, 17 Oct 2021, Zoltan Somogyi wrote:

>
> 2021-10-17 17:03 GMT+11:00 "Julien Fischer" <jfischer at opturion.com>:

>> Is there some reason we use the type variable T3 for the I/O state argument,
>> other than at the time the predicate benchmark_det_io was added, the benchmarking
>> module didn't import the io module?
>
> Yes. This way also allows the benchmarking of code that uses other
> destructively updated data structures. For example, at one point
> the Aditi interface used a transaction handle (that was created at
> transaction start and destroyed at transaction end) that also had to be
> threaded through database operations in di/uo pairs.

That's fair enough.

Julien.


More information about the reviews mailing list