Releases: monoclex/StringDB
Releases · monoclex/StringDB
StringDB 10.0.3
StirngDB 10.0.2
10.0.2, featuring minor improvements to APIs and more databases
StringDB 10.0.1
not a hotfix release
StringDB 10.0.0
- A complete rewrite of StringDB from the ground up.
- New, more compact file format
- Overall better
Q: wait why did you skip 5 major version?
A: if microsoft can do it so can I
StringDB 5.0.0
Cleaner way to get index & value
Cleaned up a bunch of code
StringDB 4.2.0
I got important plans for the next version of StringDB, so I'll have to release this version as to give to nuget the great updates this new version brings. Cheers to StringDB 5.0.0!
StringDB 4.1.1
Features a UTF-8 fix for strings by using byte arrays instead.
~ StringDB 4.2.0 is coming soon 💯 ~
StringDB 4.1.0
- Added a CleanTo/CleanFrom function to cleanup databases
- OverwriteValue to overwrite old values
- Fixed a buffering bug
StringDB 4.0.0
- No more backwards compatability ( sorry guys! kept it simple )
- Removed a lot of features
- Made it at least 100x faster on reading
- Writing is the same
Benchmarks:
Final Results
=============
> StringDBTest
--------------
Insert............ 192
FetchLast......... 3101
> MongoDBTest
-------------
Insert............ 335
FetchLast......... 539
> LiteDBNoJournalTest
---------------------
Insert............ 531
FetchLast......... 135```
StringDB 3.0.1
Fix a quick bug