All Versions
9
Latest Version
Avg Release Cycle
41 days
Latest Release
2039 days ago
Changelog History
Changelog History
-
v10.0.3 Changes
May 07, 2019๐ 10.0.3, featuring a major API upgrade, optimal enumeration, and performance improvements on a stream.
-
v10.0.2 Changes
May 04, 201910.0.2, featuring minor improvements to APIs and more databases
-
v10.0.1 Changes
February 23, 2019๐ not a hotfix release
-
v10.0.0 Changes
February 23, 2019- 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 -
v5.0.0 Changes
August 01, 2018Cleaner way to get index & value
Cleaned up a bunch of code -
v4.2.0 Changes
July 08, 2018๐ 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!
-
v4.1.0 Changes
June 20, 2018- โ Added a CleanTo/CleanFrom function to cleanup databases
- OverwriteValue to overwrite old values
- ๐ Fixed a buffering bug
-
v4.0.0 Changes
June 17, 2018- 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```
-
v3.0.1 Changes
June 12, 2018๐ Fix a quick bug