core.rrb-vector 0.1.1 -- eliminate a warning in ClojureScript version
17 views
Skip to first unread message
Andy Fingerhut
unread,
Oct 25, 2019, 7:35:10 PM10/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojur...@googlegroups.com
I am pleased to announce the 0.1.1 release of core.rrb-vector, a Clojure Contrib library extending the Clojure vector API with logarithmic-time concatenation and slicing:
This release is nearly identical to the recent version 0.1.0 release. The only notable change is for the ClojureScript implementation, to avoid causing the ClojureScript compiler to issue a warning. I am not aware of any functional bugs due to that warning, but it seemed best to clean up the code there anyway.
Independent of that, I have added some benchmarks and extra documentation related to the library since the 0.1.0 release, described in the change log: