clj-commons / byte-streams

A Rosetta stone for JVM byte representations
417 stars 33 forks source link

Remove use of clj-tuple #52

Closed KingMob closed 2 years ago

KingMob commented 2 years ago

clj-tuple has been archived for years. It's still slightly faster than standard Clojure vector, but doesn't support hash correctly it seems, plus due to its age, it uses Java settings that are causing problems.

KingMob commented 2 years ago

Fixes #51