Closed tkvogt closed 2 years ago
The functions: toList, keys, elems return lists which completely fill the memory of my computer with very big judy arrays. That's why I wrote a new library that avoids these lists: streamly-judy. But I need to have access to some inner functions
What's your opinion?
Could you move it to Data.Judy.Internal, so it's opt-in?
Data.Judy.Internal
thanks!
The functions: toList, keys, elems return lists which completely fill the memory of my computer with very big judy arrays. That's why I wrote a new library that avoids these lists: streamly-judy. But I need to have access to some inner functions