top | item 8805646

(no title)

imanaccount247 | 11 years ago

An example of what? Performance is not the issue. The issue is your code is complex, hard to understand, and harder still to debug. It is one thing to force people to deal with an event loop and associated callbacks directly in C, you're expecting low level if you are using C. But for a high level language there's simply no excuse to be exposing low level details as the sole interface. Even go, which takes a very "boring and ordinary" approach to everything, does better than this.

discuss

order

No comments yet.