TheClimateCorporation Mandoline Versions Save

A distributed, versioned, multi-dimensional array database

v0.1.9

8 years ago
  • Fix issue #17: bytes-to-array makes a copy of byte buffer

v0.1.8

9 years ago
  • Increase threadpool size

Mandoline will now be able to do many more writes and reads concurrently.

v0.1.7

9 years ago
  • De-duplicate chunks when writing them

v0.1.6

9 years ago
  • Fix concurrency test to avoid thread contention that caused the test to block

v0.1.5

9 years ago
  • Re-implemented the npmap function in io.mandoline.utils using the Claypoole library
  • Fixed a race condition in CachingChunkStore
  • Added Leon Barrett to the list of contributors in README

v0.1.4

9 years ago
  • Contributors are credited in README
  • Fixed inaccurate docstring on the versions method of the Connection protocol
  • Added alias for the hybrid-s3-dynamodb backend

v0.1.3

9 years ago
  • Added Clojars badge and Travis CI badge to README
  • Small fix in log4j.properties
  • Fixed a test helper that specifies a relative path to leiningen; it now assumes that an executable lein2 can be found in PATH

v0.1.2

9 years ago
  • Small improvements in README documentation
  • Fixed CachingChunkStore to avoid expensive side effects in swap! of cache atom (thanks to Daniel Richman)