Firkin icon indicating copy to clipboard operation
Firkin copied to clipboard

Fast, concurrent & reliable .NET/mono embeddable key/value store

Results 1 Firkin issues
Sort by recently updated
recently updated
newest added

the next code does not work.... var storageDirectory = Path.Combine(Application.StartupPath, "bdb"); Directory.CreateDirectory(storageDirectory); var store = new FirkinHash(storageDirectory); for (int i = 0; i < 10000000; i++) { var valueStream =...