vacuumlabs/persistent

Analyse transient/persistent behavior of Maps/Lists

Closed this issue · 0 comments

I believe, that transients should be faster than they are now. Some investigation should be done on this

  • what are the ratios of speed of mutable/transient/immutable maps in Clojure?
  • does transient map mutate as efficiently as possible?
  • can we profile - even if only very inaccurate, what takes how long?