smee / binary

Clojure API for binary format I/O using java's stream apis
75 stars 10 forks source link

Fix type hints #20

Closed IlyaPomaskin closed 4 years ago

IlyaPomaskin commented 4 years ago

Found it with (set! *warn-on-reflection* true). Should slightly improve performance.

smee commented 4 years ago

Thank you!