-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello @emmanueltouzery. Congratulations on a very nice looking library! 👍 I recently stumbled upon it and found it to be very interesting.
As you're aware I've created a library with an immutable list. I saw the really clever type you have for partition. I've just implemented it here. Thanks a lot for sharing the idea in your blog post!
I see that you've added List to your benchmarks 😄 I had already done so myself to see how the libraries compare. I'm going to work on improving performance in the cases where List is not as fast as your Vector.
I can see that you have "Non-empty vector?" on the "Wishlist/upcoming features". I have been thinking about adding such a feature to List. But, I'm now sure if it's worth it. What do you think? When does the feature help?