vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Replace byte-streams library with simple in-house byte conversion functions. #17

Closed vedang closed 3 years ago

vedang commented 6 years ago

Byte Streams is a weird library that bugs out in weird ways. I don't want to fix issues with that library instead of focusing on this one.