|
|
|
|
|
by arcticbull
2237 days ago
|
|
As always, it depends on what your goals are. String processing is usually not the long pole when you're building something that consumes the output of a parser. Based on micro and macro benchmarks, Rust is typically substantially faster than Go and pretty much always uses less RAM [1]. But again, depends what you're doing with the output, and if these deltas even matter in your context. [1] https://benchmarksgame-team.pages.debian.net/benchmarksgame/... |
|