Live data from Hacker News

Two million checkboxes (written in Elixir)

twomillioncheckboxes.com

1–10 of 61 posts

Re: Two million checkboxes (written in Elixir)

#4
post #2

Ha, 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)

#6
post #2

Ha, 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)

#7
post #3

Is 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 :)
Post reply on HN