Two million checkboxes (written in Elixir)
twomillioncheckboxes.com
Two million checkboxes (written in Elixir)
1–10 of 61 posts
Re: Two million checkboxes (written in Elixir)
#2Ha, nice. Any interesting notes on scaling and load testing? At what point does it fall over? We all found it out empirically with One Million Checkboxes, so I'm curious how this compares.
Re: Two million checkboxes (written in Elixir)
#3Is this going to be a thing now where someone releases a doubled version every week?
I would like that.
Re: Two million checkboxes (written in Elixir)
#4Ha, nice. Any interesting notes on scaling and load testing? At what point does it fall over? We all found it out empirically with One Million Checkboxes, so I'm curious how this compares.
I'll let you know once we had actually hit some performance ceiling. Right now, there like 50 users. I don't even see that in my metrics. But I'll keep you posted.
Re: Two million checkboxes (written in Elixir)
#5Ok but where is the ceiling? I was told there would be a ceiling!
Re: Two million checkboxes (written in Elixir)
#6Ha, nice. Any interesting notes on scaling and load testing? At what point does it fall over? We all found it out empirically with One Million Checkboxes, so I'm curious how this compares.
You can read more information here: https://github.com/PJUllrich/twomillioncheckboxes
Re: Two million checkboxes (written in Elixir)
#7Is this going to be a thing now where someone releases a doubled version every week? I would like that.
I just built my own version because I was curious how this would look like in a server-side rendered framework like LiveView. But I'm all for it that we build different versions in different stacks and compare notes :)
Re: Two million checkboxes (written in Elixir)
#8Ok but where is the ceiling? I was told there would be a ceiling!
Let's find out! :D
Re: Two million checkboxes (written in Elixir)
#9Is this going to be a thing now where someone releases a doubled version every week? I would like that.
I’ll setup a chessboard to keep track of them on.
Re: Two million checkboxes (written in Elixir)
#10Funny how these things are fairly simple on BEAM. Funny how majority of industry won’t ever learn anything about BEAM and will keep hitting walls for the rest of their careers.