Latest #ets Threads 
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New
active_memory is a package to help bring the power of in memory storage with ETS and Mnesia to your Elixir application.
ActiveMemory pr...
New
Creating a process that maintains a state and makes it available for other processes is one of the most common use cases for GenServer. A...
New
Giulia runs as a persistent OTP daemon — AST indexes, knowledge graph, and embeddings stay warm in ETS between sessions. No cold starts, ...
New
Hi all, I’m quite pleased to be open-sourcing a project that @cabol and I have been working on, PartitionedBuffer. It’s a performant and ...
New
hey, I’m working on an implementation of the Reticulum Network Stack in elixir. however, I have a strange bug that seems to have appeared...
New
Hey,
I need help to find a scalable and efficient solution to:
Store large number of elements (username)
Table is not static => ele...
New
Building something that uses realtime features with liveview. There’s state that’s managed and pushed to call participants. Right now I’m...
New
Hello,
I’m trying to use DETS to store a struct, so I know that for this, I need to use the keypos option to tell elixir where it should...
New
In my live view test, how can I wait until the asynchronous code ends without putting :timer.sleep(100) after my abcast/2 every time?
My...
New
This Week's Trending
This Month's Trending
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New
active_memory is a package to help bring the power of in memory storage with ETS and Mnesia to your Elixir application.
ActiveMemory pr...
New
This Year's Trending
Hey,
I need help to find a scalable and efficient solution to:
Store large number of elements (username)
Table is not static => ele...
New
Building something that uses realtime features with liveview. There’s state that’s managed and pushed to call participants. Right now I’m...
New
Giulia runs as a persistent OTP daemon — AST indexes, knowledge graph, and embeddings stay warm in ETS between sessions. No cold starts, ...
New
hey, I’m working on an implementation of the Reticulum Network Stack in elixir. however, I have a strange bug that seems to have appeared...
New
Hi all, I’m quite pleased to be open-sourcing a project that @cabol and I have been working on, PartitionedBuffer. It’s a performant and ...
New
Creating a process that maintains a state and makes it available for other processes is one of the most common use cases for GenServer. A...
New
Last Three Year's Trending
I am working on a small hobby project which uses ETS/(Am)nesia to learn more about how these systems work.
One thing I am struggling wi...
New
Background
I have an Elixir application that has 2 machines. Each machine receives requests on a round robin base.
Both machines are con...
New
:wave: Hey all!
I’ve been working on an elixir-to-matchspec compiler. Think ex2ms with support for a few more expressions, pattern suppo...
New
Have you ever run ETS, Elixir’s famous in-memory caching mechanism?
If not, I have prepared this short code sample you can clone and run...
New
suppose a case where single ets is storing users and users start to grow too much in ets table. now i want to shard ets table in the same...
New
My application facilitates online consultations between clients and employees across various companies.
Employees: Belong to specific c...
New
I am receiving an error message regarding the access of an ets table “1st argument: the table identifier does not refer to an existing ET...
New
MatchSpec - tools for ets matchspecs
Name of library - short description of library
Library provides fun2ms for elixir and also an ms2f...
New
I needed to store some structs/maps in ETS and wanted to use a query language that felt simple and approachable.
After looking at severa...
New
I was wondering if there is a way to return both the variables (e.g., :“$1”), and its matched value with a single call to :ets.select(tab...
New
I’m writing a module to test ets match.
It would to store client consume by month/year.
I had try to follow match spec… I even tried to...
New
I’m writing an application that needs to maintain many buffers that flush to a different location-partition combination in a rotating fas...
New
Hi folks,
I am developing some fun project where I allow a multitude of Edge agents to connect to a Phoenix backend. I plan to store “ed...
New
I’m implementing a search feature for data that’s backed by an ETS table. Given the following:
:ets.new(:nodes, [:named_table])
:ets.ins...
New
Hi all,
It’s been a while and I’d like too test elixir again. This time with Ash.
So as my second weekend project I’d be using Elixir,P...
New
Trending Over Three Years
I'm not sure if this is a Phoenix or Elixir question. I'm building this all using Phoenix, but I think this relates to Elixir and the OT...
New
My first question is what does ETS add on top of just storing state in a GenServer?
In the documentation I see it is used as a “cache”, ...
New
Background
I have an ets table with several objects in it. I want to, with 1 single operation, retrieve all keys and objects my table has...
New
Hello everyone :wave:
Today I am very excited to announce a project that I have been working on for almost 3 months now.
The project is...
New
Background
I have an ets table that has, for each key, a list of items. ETS tables have O(1) complexity when using :ets.lookup, as we all...
New
Hi community,
Being a newbie, this question may seems obvious for you, functional veterans (i'm discovering new skies with elixir and e...
New
Let’s a consider a theoretical case of building an in-memory stock exchange on Elixir.
A stock exchange has a limit order book, which is...
New
Another small library today.
PersistentEts
Hex: persistent_ets | Hex
GitHub: GitHub - michalmuskala/persistent_ets
Ets table backed by...
New
I’m trying to build a release of a project I’m working on which has several CSV, JSON and ETS files. There files are used at runtime to i...
New
:wave: hello!
Context
We are planning on using ETS to cache web responses for up to 6 hours.
Question
Is there a neat way of limiting...
New
Hi, does anyone know how I can create a matchspec for this condition?
matchspec = :ets.fun2ms(fn({key, test}) when key != :counter ->...
New
I’m currently using Redis to cache some information in my application. But I saw that ETS may be faster at lookup actions (https://github...
New
I did a quick benchmark of lookup time for map vs ets as I am working with a lot of ETL stuff. ets is very convenient as you can communic...
New
I have been reading the ETS documentation and upon checking :ets.update_counter (which is supposed to be atomic and isolated) I read the ...
New
I have an ets set table in an elixir app. I need to clean-up records which have their updated_at older than 10 seconds. is there a way I ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







