Skip to content

Commit 301df5e

Browse files
authored
Update README.md
1 parent 0dc8a11 commit 301df5e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ cmake --build build
1111
ctest --test-dir build --output-on-failure
1212
./build/benchmarks/benchmark
1313
```
14+
15+
## Current status
16+
17+
The library is currently a prototype. We need more features, more tests, more benchmarks.
18+
19+
## Coding standard
20+
21+
We are currently targeting C++ 23 although C++ 26 might be the next step.
22+
23+
We are assuming that the code can run without exceptions.

0 commit comments

Comments
 (0)