|
|
|
|
|
by proyb2
2754 days ago
|
|
I'm curious how well could Crystal language handles that huge amount of JSON since most of the Ruby code could be ported over to Crystal. It has a JSON pull parser to minimize memory usage which is useful for memory constraint environment but at the expense of less performant. If that could be split up with fork Crystal processes, I believe it's feasible. |
|