Skip to content

Releases: monoclex/StringDB

StringDB 10.0.3

07 May 21:23
Compare
Choose a tag to compare

10.0.3, featuring a major API upgrade, optimal enumeration, and performance improvements on a stream.

StirngDB 10.0.2

04 May 00:56
Compare
Choose a tag to compare

10.0.2, featuring minor improvements to APIs and more databases

StringDB 10.0.1

23 Feb 14:47
Compare
Choose a tag to compare

not a hotfix release

StringDB 10.0.0

23 Feb 14:33
659ab2f
Compare
Choose a tag to compare
  • 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

01 Aug 03:49
Compare
Choose a tag to compare

Cleaner way to get index & value
Cleaned up a bunch of code

StringDB 4.2.0

08 Jul 01:25
Compare
Choose a tag to compare

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

23 Jun 17:37
Compare
Choose a tag to compare

Features a UTF-8 fix for strings by using byte arrays instead.

~ StringDB 4.2.0 is coming soon 💯 ~

StringDB 4.1.0

20 Jun 02:14
Compare
Choose a tag to compare
  • Added a CleanTo/CleanFrom function to cleanup databases
  • OverwriteValue to overwrite old values
  • Fixed a buffering bug

StringDB 4.0.0

17 Jun 21:16
Compare
Choose a tag to compare
  • 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

12 Jun 23:35
Compare
Choose a tag to compare

Fix a quick bug