SudarsanD
Garbage collection in Elixir
Hi,
I am trying to see if there is any material which discusses how Elixir does GC. I understand that the data-structures are immutable and that copies(when needed) and PDT (Persistent Data structures are used). But that’s the level i know about it.
I see that for other GC’ed langauges like Python and even Golang there are multiple articles which explains how GC happens.
Can you guys point me to articles/books which explain how this happens and/or point me to the elixir source code where GC takes place.
Sincerely,
Sudarsan.D
Most Liked
benwilson512
The path to the right answer is found by asking about how Erlang and the BEAM do garbage collection, since the BEAM is the actual VM that executes your Elixir code. Erlang Garbage Collector — OTP 29.0.2 (erts 17.0.2) is a great summary to start.
SudarsanD
Thanks a lot. I just started writing some code in Elixir and kind of love the syntax (inviting) and the great support i receive online. I now realize that need to do some studying.
Many a thanks
Sincerely,
Sudarsan.D
Last Post!
SudarsanD
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #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
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









