meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2021-06-24T18:05:10.063600Z

OK new release with the above patch

[meander/epsilon "0.0.626"]
meander/epsilon {:mvn/version "0.0.626"}

2021-06-24T23:02:10.064300Z

unsafe meander by using get instead of valAt sometimes is slower than safe meander

noprompt 2021-06-24T23:40:20.064500Z

Yep

noprompt 2021-06-24T23:41:01.065400Z

We can tweak that to be be very unsafe in that case. 🙂

noprompt 2021-06-24T23:42:05.065800Z

I’m pretty sure the same is true of nth

noprompt 2021-06-24T23:43:11.066700Z

In the case I described with Jimmy, we had used get and, in that case, the type checks were a part of the slow down.

noprompt 2021-06-24T23:45:53.068Z

I’m happy to add another flag for preserving .valAt and .nth.