basic lightly tested v1, only change from v0 to v1 is actor cache (way lighter for large actor ids)

This commit is contained in:
2022-12-22 19:44:34 +01:00
parent a597193529
commit be5485856f
4 changed files with 569 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ endif()
add_subdirectory(./prototyping EXCLUDE_FROM_ALL)
add_subdirectory(./version0)
add_subdirectory(./version1)
add_subdirectory(./bench)