specter

2024-03-29T08:09:21.949249Z

🙏 Thank you Nathan!

nathanmarz 2024-03-29T06:19:21.084869Z

@lidorcg zippers are not very performant

nathanmarz 2024-03-29T06:19:52.106929Z

but if you need to do things like walk back up the tree after having walked down, they're useful

nathanmarz 2024-03-29T06:20:10.739149Z

a recursive path with Specter rivals hand-optimized traversal code

nathanmarz 2024-03-29T06:21:22.851089Z

this benchmark is of a similar use case: https://gist.github.com/nathanmarz/b7c612b417647db80b9eaab618ff8d83#file-results-clojure-1-7-0-clj-L88