Develop an async runtime like thing in Rust for educational purpose. - arun11299/How-not-to-async-rs... (more…)
Read more »
This is a "Literate Haskell" source file. It is meant to be read as
documentation but it's also compilable source code. The text is
formatted using Markdown so GitHub can render it nicely.
Read more »
What if you could reboot an
entire server in seconds in response to an active attack and get a brand
new memory layout? While not feasible under linux it's an uniquely
unikernel feature. (more…)
Read more »
Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
FSM-based Resumable Postgres tasks. Contribute to imbolc/pg_task development by creating an account on GitHub. (more…)
Read more »