GitXplorerGitXplorer
w

sqkio

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4c60044755554f482b41ef7001430daa8a76f875

propagate exception to caller

wwineway committed 5 months ago
Unverified
ead7932202889198bebff37e14a42167e3777357

add slab allocator

wwineway committed 5 months ago
Unverified
abf4de9cd4184464bc4d249782de8d8abc18aea4

add tlsf allocator

wwineway committed 5 months ago
Unverified
78b0af2e6130e3a796b58870964e61176336a88a

core: resume directly on co_await Task<>

wwineway committed 5 months ago
Unverified
eb6fb3ad24d682106b50435460a32535e3ad9720

update bench report

wwineway committed 5 months ago
Unverified
873f4475fe93993d054c7e8d2c920ea8ff326972

add bench report

wwineway committed 5 months ago

README

The README file for this repository.

sqkio

MIT licensed Build

A runtime for writing reliable, asynchronous, and slim applications. It is:

  • Fast: sqkio's zero-cost abstractions give you bare-metal performance.

  • Reliable: sqkio leverages modern C++'s ownership, type system, and concurrency model to reduce bugs and ensure thread safety.

  • Scalable: sqkio has a minimal footprint, and handles backpressure and cancellation naturally.

Readme Card

Overview