Skip to content

Commit ed1435e

Browse files
author
TinySemVer
committed
Release: v0.7.0 [skip ci]
### Minor - Add: io_uring variant for kernel 6.0 (ce73aa3) - Add: `io_uring` draft (ec28b57) - Add: External route networking (a2a8c9e) - Add: POSIX `echo` implementation (3cce3b9) - Add: ASIO "echo" server/client ping-pong (08d3326) ### Patch - Fix: Depend io_uring compilation on kernel version (70c53f6) - Improve: `IOSQE_FIXED_FILE` for kernel 6.0+ (f7f7693) - Improve: ASIO benchmarks (6be216a) - Docs: Refactor spell-checks (24706a7) - Make: Order spell-checks (1358a69) - Docs: Recommend OpenBLAS (035e388) - Improve: Avoid `std::format` in io_uring (1857a82) - Fix: `ARCH_ENABLE_TAGGED_ADDR` needs Linux 6.2+ (3993b0c) - Fix: Missing `openblas_set_num_threads` (3cab87d) - Docs: Instal libBLAS (7629609) - Improve: `SO_ZEROCOPY` (fd4c9e2) - Improve: Retrofit registering buffers in 5.5 (95de751) - Make: `RelWithDebInfo` flags (2838fd5) - Improve: Code styling on Windows (c9238a1) - Fix: Avoid in-place increment (2c25b4d) - Make: Disable CUDA by default (94879fd) - Make: Matching `VERSION` in CMake (b4dc186) - Improve: Detect Linux version (f3e91fa) - Improve: `physical_cores` for Windows refactor (0eb985c) - Docs: Future io_uring tasks (53c4ca6) - Improve: `io_uring` optional timeouts (f933582) - Make: Revert to default BLAS (b3e13dd) - Improve: `io_uring` server logic (3dfe612) - Fix: `liburing` example (a2a9d6c) - Improve: Reuse benchmarking logic (cae4175) - Improve: Manual IO timing (fc60bfd) - Make: Switch to `PkgConfig` for `liburing` (b4e50ad) - Fix: Compiling `asio` example (b041392) - Make: Tag dependencies, where possible (8f2e985) - Improve: Batching client/server requests (955be1d) - Make: `liburing` & `asio` deps (7256f98)
1 parent 1d24b3c commit ed1435e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
88
# Project Setup
99
# ------------------------------------------------------------------------------
1010
project(less_slow
11-
VERSION 0.5.4
11+
VERSION 0.7.0
1212
LANGUAGES C CXX ASM
1313
DESCRIPTION "Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines"
1414
HOMEPAGE_URL "https://github.com/ashvardanian/less_slow.cpp")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)