|
|
|
|
|
by dnautics
1628 days ago
|
|
You might want to consider mapping an index to an ets table-based data structure instead of an immutable object managed by a GenServer, it will give you a way to share it between processes without having to awkwardly copy a potentially huge data structure all over the place. |
|