Hacker News new | ask | show | jobs
by throwaway487548 2805 days ago
JVM can't be really fast, since it does lots of context switching when doing I/O, with locking and busy waiting, JNI string conversions, useless buffer copying, etc, etc.
1 comments