Y
Hacker News
new
|
ask
|
show
|
jobs
by
sjroot
2482 days ago
I was initially going to do it in TypeScript, as the clients that will be interacting with it are TypeScript. Can’t really go wrong either way, but yeah, I’ve enjoyed exploiting Rust’s type system!
1 comments
microcolonel
2481 days ago
Be careful to do the hard stuff in workers, otherwise your throughput will be limited by one core.
Sorry if that's so basic of a consideration that it's insulting, but I've seen it done before.
link
Sorry if that's so basic of a consideration that it's insulting, but I've seen it done before.