Леонид Юрьев (Leonid Yuriev)
Леонид Юрьев (Leonid Yuriev)
Suggest add `.txt` extension to per-hash-log to be able view details in a browser.
As I wrote earlier, seems that the best code for measuring up to clock cycles [inside the t1ha benchmark](https://github.com/erthink/t1ha/blob/master/tests/mera.c). It supports x86, arm64, ppc64, s390x, e2k, ia64, etc, as well...
I think this is valid test, i.e. function should not read data when len = 0. On the other hand "Imperfect" criteria is wrong. For instance, t1ha2_atonce() pass avalanche test...
Seems the reason that HighwayHash256 fails avalanche tests is #7.
Take look to [my dtoa-benchmark fork](https://github.com/leo-yuriev/dtoa-benchmark). ``` $ git clone https://github.com/leo-yuriev/dtoa-benchmark $ cd dtoa-benchmark $ cmake . && cmake --build . ``` C/C++ results sorted by RMS: ``` $ ./d2a-benchmark...
@plokhotnyuk, today I spent some time to Refine the benchmark to make it easier and more convenient to get a results (I pushed those changes for now). And noticed that...
Hi, @mykmelez . I was taking a break to tidy up some important things, before replying and wasting your time. In short, I suggest you consider using libmdbx instead of...
FYI. [Erigon](https://github.com/ledgerwatch/erigon) (one of the most efficient frontiers for Ethereum) recently switched from LMDB to MDBX. AFAIK, there was no single reason, but because are a set of [MDBX's improvements...
I apologize for my long silence. I postponed the answer several times, because I had to finish something or fix it. > I ran into some compilation errors, specifically mo_AcquireRelease...
> I assume that when using the safe-nosync mode and making env-sync call, once finished will update the last known safely persisted txn (and updating a meta page?) so that...