You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous 16 blocks are being held in memory in a linked list. I'm unconvinced that modeling the chain this way is the best way in Elixir. Each node is an Elixir process. It may
be simpler and more flexible to store them in a relational database.
The text was updated successfully, but these errors were encountered:
The previous 16 blocks are being held in memory in a linked list. I'm unconvinced that modeling the chain this way is the best way in Elixir. Each node is an Elixir process. It may
be simpler and more flexible to store them in a relational database.
The text was updated successfully, but these errors were encountered: