Skip to content

Releases: monoclex/StringDB

StringDB 10.0.3

Choose a tag to compare

@monoclex monoclex released this 07 May 21:23

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

StirngDB 10.0.2

Choose a tag to compare

@monoclex monoclex released this 04 May 00:56

10.0.2, featuring minor improvements to APIs and more databases

StringDB 10.0.1

Choose a tag to compare

@monoclex monoclex released this 23 Feb 14:47

not a hotfix release

StringDB 10.0.0

Choose a tag to compare

@monoclex monoclex released this 23 Feb 14:33
659ab2f
  • 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

Choose a tag to compare

@monoclex monoclex released this 01 Aug 03:49

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

StringDB 4.2.0

Choose a tag to compare

@monoclex monoclex released this 08 Jul 01:25

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

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

Choose a tag to compare

@monoclex monoclex released this 20 Jun 02:14
  • Added a CleanTo/CleanFrom function to cleanup databases
  • OverwriteValue to overwrite old values
  • Fixed a buffering bug

StringDB 4.0.0

Choose a tag to compare

@monoclex monoclex released this 17 Jun 21:16
  • 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

Choose a tag to compare

@monoclex monoclex released this 12 Jun 23:35

Fix a quick bug