NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Silk: Open-source cooperative fiber scheduler (github.com)
nasretdinov 1 hours ago [-]
Looks really interesting. I assume this suggests that ClickHouse is going to gradually switch to using this library for network and I/O, thus addressing the main weakness (in my mind) of C++ thread-per-connection servers, which is, they (surprisingly!) create too many threads and can't really handle more than, say, a thousand active connections at the same time. It mostly matters for async INSERTs in this case of course, not for SELECTs, although generally it applies to both.
feverzsj 13 minutes ago [-]
Seems not exception safe when task switching during unwind.
jeffreygoesto 56 minutes ago [-]
Is this comparable to Sea star [0]?

[0] https://github.com/scylladb/seastar

yvdriess 32 minutes ago [-]
Play on Cilk?
idlepig 36 minutes ago [-]
[flagged]
embirdating 20 minutes ago [-]
[dead]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 10:48:02 GMT+0000 (Coordinated Universal Time) with Vercel.