Hacker News new | ask | show | jobs
by pineapple_sauce 990 days ago
>"blazingly fast"

> written by homebrew author (brew is notoriously slow)

> written in typescript

hmmm... I have my doubts on that claim, especially when there is no evidence to support it.

1 comments

"written in typescript" does not mean it's slow. V8 and JavaScriptCore are insanely fast, and typescript is a proven language.
JavaScript (typescript) is interpreted, hence will be slower than a compiled language
fast != fastest