Federico Andres Lois

Results 44 comments of Federico Andres Lois

Much better but still too slow for the depth I am working on at. Nero is doing a great job.

That's a current standing bug, only thing I did there is a rename of the method. Go ahead an issue a PR to fix that alone I will rebase this...

> @redknightlois @maciejaszyk what is the status here, regarding the issue that Maciej reported in his comment? Fixed: https://github.com/ravendb/ravendb/pull/18001/commits/3179cfb6b5026580d336bb1037b014e0c56eed27

This PR requires https://github.com/ravendb/ravendb/pull/18001

For some reason I am not being able to reuse the instances (needed because these objects are big). My hypothesis is that I am doing something so unsafe that I...

Implemented a safer version but the error seemed to persist. It turns out that something else was transpiring. https://issues.hibernatingrhinos.com/issue/RavenDB-22090/Tree.Dispose-being-called-multiple-times-and-Trees-been-used-after-dispose

Requires https://github.com/ravendb/ravendb/pull/18180 to be fully tested.

For catching platform regressions (that could happen when we update .Net version), I would say that from the Micro project you could include the following: - HopeEncoder - IntegerEncoder -...

Putting this PR on hold. Closing until we can actually evaluate correctly the impact this has on throughput. We are currently being impacted by New Transaction locking.

Look at the last commit, this is more of an exploration for standarization of the logic inside Voron. I have a few other places where this approach can simplify a...