Skip to content

Releases: spy16/slurp

v0.3.0

07 May 02:38
788a90f
Compare
Choose a tag to compare
Update README.md

Fix Github Action badge.

v0.2.3

28 Dec 20:22
15007bb
Compare
Choose a tag to compare
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

05 Nov 17:46
Compare
Choose a tag to compare
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

30 Oct 16:31
Compare
Choose a tag to compare
Fix duplicate name issue in fn forms

v0.2.0

24 Oct 13:45
Compare
Choose a tag to compare
Updae CHANGELOG for v0.2.0

v0.1.1

14 Oct 17:25
Compare
Choose a tag to compare
Minor performance improvements in reflector funcWrapper