Thread-safe file-based B+Tree written in C# managed code(csharptest.net)

submitted by csharptestcsharptest(28) 6 months, 6 days ago

Sometimes a database is just overkill. If you're looking for quick and easy key/value store for use in your .NET project check out BPlusTree. It provides an IDictionary<TKey,TValue> implementation based on a disk or memory backed b+tree. Check out the performance and benchmarks there.

2 comments |category: |Views: 71

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by vijaystvijayst(1311) 6 months, 6 days ago 0

Interesting post on BplusTree. Thanks for the submission.

Reply

posted by dpetersondpeterson(4397) 6 months, 5 days ago 0

I noticed in some of your benchmarks you compared it to MySQL, could we get a similar comparison to SQL Server? I know they don't exist to solve the same problem, it just might be nice for frame of reference for us readers. I think most people familiar with RDBMS systems would agree that MySQL is pretty slow compared to SQL Server or Postgres.

Reply

information Login or create an account to comment on this story