Releases: spy16/slurp
Releases · spy16/slurp
v0.3.0
v0.2.3
Improvements to README.md (#13) * Add copy to README.md. - Add a 'Why Slurp' section near the top that contains a positioning statement. - Add installation instructions under 'Usage' - Link to examples in use-cases under 'Usage' * Add Go interop to 'Features' section in README. * Add link to tutorial on GitHub wiki. * Punctuation fix. * Move README section about extending Slurp to Wiki. Add 'Documentation' section
v0.2.2
Add benchmarks for vector. BenchmarkVector/PersistentVector_NoTransient/Conj-4 1338901 950 ns/op 725 B/op 4 allocs/op BenchmarkVector/PersistentVector_WithTransient/Conj-4 16131096 169 ns/op 54 B/op 0 allocs/op BenchmarkVector/TransientVector_NoBatch/Conj-4 7930293 140 ns/op 78 B/op 2 allocs/op BenchmarkVector/TransientVector_Batched/Conj-4 45790796 176 ns/op 54 B/op 0 allocs/op Not bad!
v0.2.1
Fix duplicate name issue in fn forms
v0.2.0
Updae CHANGELOG for v0.2.0
v0.1.1
Minor performance improvements in reflector funcWrapper