Hacker News new | ask | show | jobs
by dohnuts1919 1211 days ago
Since this runs on Elixir, what's the advantage of using it over Elixir's inbuilt ETS?
1 comments

The project uses no dependencies and uses ETS anyways.

I am just handling the harder parts such as persistence by myself, to let the user only worry about writing features instead of reinventing the wheel.