You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice Heap.Tail does a lot of work. The documentation says insert adds items in sorted order, so I would assume Tail should be fast. The following shows 100_000 calls to uncons.
Looks like it will take some time to learn the implementation enough to speed it up, but I'll take a stab if no one want to look at it.
The text was updated successfully, but these errors were encountered:
I notice Heap.Tail does a lot of work. The documentation says
insert
adds items in sorted order, so I would assume Tail should be fast. The following shows 100_000 calls to uncons.Looks like it will take some time to learn the implementation enough to speed it up, but I'll take a stab if no one want to look at it.
The text was updated successfully, but these errors were encountered: