Skip to content

Releases: marcelloh/fastdb

Extra tests

04 Nov 12:22
Compare
Choose a tag to compare

Make some extra tests, to cover some more "ground"

Minor speed changes

30 Oct 13:08
Compare
Choose a tag to compare

I checked and saw some improvements to squeeze the last drop of "slow" out of it. All is left now is pure speed :-)

1.0.0

29 Aug 06:42
Compare
Choose a tag to compare

After a long period of testing, it was time to make this into a final solution.
It's fast and can get the records in a sorted order now (by key: calling GetAllSorted instead of GetAll)
If you need to sort in a different way, see the example.