Skip to content

Tags: ii64/gouring

Tags

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from ii64/doc/add-license

doc: add license

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
bench/perf: handle interrupt from iouring enter

Other adjustments:
 * Fix miss results, using `SeenCqe` to pop CQ entry.
 * Increase sqpoll thread cpu to 16.
 * Fix CQE/SQE to Cqe/Sqe function name.
 * Fix UserData usage.

Benchmark:
 * Increase number of N to 10_000_000

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
fix: SQThread option should add IORING_SETUP_SQPOLL

Signed-off-by: Nugraha <[email protected]>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
feat(syscall): add madvise, epollctl

Signed-off-by: Nugraha <[email protected]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
chore: test code

Signed-off-by: Nugraha <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
chore: add readme link, comment

Signed-off-by: Nugraha <[email protected]>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
feat(queue/perf): impl locks polling

Signed-off-by: MastahSenpai <[email protected]>

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
feat(queue): lock-free, and thread-safe

Signed-off-by: MastahSenpai <[email protected]>

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
fix(queue): race on queue

Signed-off-by: MastahSenpai <[email protected]>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ii64 Maple
feat(): expose GetCQEvent

Signed-off-by: MastahSenpai <[email protected]>