alfredbaudisch / pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Apache License 2.0
115 stars 7 forks source link

Create better ways to get a list of posts/all posts, using :ets.select and match specs #47

Open alfredbaudisch opened 3 years ago

alfredbaudisch commented 3 years ago

I intended to do this since the beginning, being one of the reasons that I picked up ETS for the project. So documenting it here.

For the ones new about the subject, some starting points: