mwotton / judy

Other
18 stars 4 forks source link

Expose some functions to make library extendable #9

Closed tkvogt closed 2 years ago

tkvogt commented 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

tkvogt commented 2 years ago

What's your opinion?

mwotton commented 2 years ago

Could you move it to Data.Judy.Internal, so it's opt-in?

mwotton commented 2 years ago

thanks!