DetsPlus - Pure Elixir replacement for `:dets` without the size limitation

Hi @dominicletz ,

Thanks for sharing this module, I immediatly started using it :slight_smile:

I ran into one issue. When I call the DetsPlus.close function a PagedFile process stays alive in hibernated mode and spawn a new process every time I call DetsPlus.open_file or DetsPlus.lookup.

Am I missing something and this the normal working of this module?

I made a github issue also, to help with follow up.

1 Like