-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deeper down that darn hole we journey
- Loading branch information
Showing
71 changed files
with
5,907 additions
and
1,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sarzak" | ||
version = "2.8.0" | ||
version = "2.11.0" | ||
edition = "2021" | ||
authors = ["Keith T. Star <[email protected]>"] | ||
categories = ["compilers", "memory-management"] | ||
|
@@ -52,13 +52,15 @@ env_logger = "0.10.0" | |
pretty_env_logger = "0.5.0" | ||
|
||
[features] | ||
default = ["lu-dog-vec", "sarzak_single"] | ||
default = ["lu-dog-vec", "sarzak-rwlock"] | ||
lu-dog-vec = [] | ||
lu-dog-vec-tracy = [] | ||
lu-dog-rwlock-vec = [] | ||
lu-dog-ndrwlock-vec = [] | ||
lu-dog-rc = [] | ||
lu-dog-rwlock = [] | ||
lu-dog-async-vec = [] | ||
sarzak_single = [] | ||
sarzak_rwlock = [] | ||
sarzak-single = [] | ||
sarzak-rwlock = [] | ||
woog-single = [] | ||
woog-rwLock = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ pub mod merlin; | |
pub mod sarzak; | ||
pub mod sarzak_single; | ||
pub mod woog; | ||
pub mod woog_single; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.