append-tree icon indicating copy to clipboard operation
append-tree copied to clipboard

Put a cache on split()

Open pfrazee opened this issue 7 years ago • 0 comments

I found the split function was taking up a fair share of CPU in some workloads. I got an order of magnitude speed growth by adding a cache. Might be able to do something as simple as an object map of names to arrays that gets cleared every 15 seconds

pfrazee avatar Jul 17 '18 02:07 pfrazee