Y
Hacker News
new
|
ask
|
show
|
jobs
by
shirleyquirk
1647 days ago
There are definitely slow bits of the Nim stdlib; json parsing for example. String-heavy code is easy to make slow in Nim, too.
1 comments
MrBuddyCasino
1646 days ago
Yes the benchmark against Crystal was heavy on strings (json & base64) and Crystal seems to do better there. Whats the reason, Nim using refcounting?
link