- 03 Jan, 2019 1 commit
-
-
Jeremy Soller authored
chashmap: Add support for lookup by borrowed value (mirror HashMap support for Borrow) See merge request !86
-
- 12 Oct, 2017 1 commit
-
-
Nathanael Jones authored
-
- 27 Aug, 2017 1 commit
-
-
ticki authored
-
- 26 Aug, 2017 1 commit
-
-
ticki authored
Gosh would someone please kill me. https://twitter.com/ticki_/status/901478579925602304
-
- 19 Aug, 2017 2 commits
- 18 Aug, 2017 1 commit
-
-
ticki authored
-
- 12 Aug, 2017 2 commits
- 08 Aug, 2017 1 commit
-
-
ticki authored
-
- 07 Aug, 2017 6 commits
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
Conc: fixed typo in `atomic.rs`.
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
- 05 Aug, 2017 3 commits
-
-
ticki authored
-
ticki authored
Previously, it was possible to break invariants as some of the API interfaces didn't respect the trait bounds. This should now be fixed through requiring respective trait bounds. - Adjust the settings defaults. - Add settings prefixes (and add tests for them). - Set `conc::add_garbage_box()` to `unsafe`.
-
ticki authored
Disabling GC didn't disable it, because if the generator integer is 0, it GCs, so there is one case where it can indeed GC. - Semicolons in `atomic-hashmap`
-
- 04 Aug, 2017 2 commits
-
-
ticki authored
This is a simple thread local variable with a `Settings` struct that contains a bunch of parameters, previously hard-coded into constants. You can update these values.
-
ticki authored
- Update to the new `conc`. - Remove the idea of logical insertions/removals. - Add an ABA loop to `remove`.
-
- 02 Aug, 2017 2 commits
- 01 Aug, 2017 8 commits
- 30 Jul, 2017 1 commit
-
-
ticki authored
Speck: added basic benchmarking.
-
- 29 Jul, 2017 8 commits
-
-
ticki authored
Speck: added trait derivation for `Key`.
-
ticki authored
-
ticki authored
This removes the use of the `Atomic` API to bypass unnecessary destructors. It does however not fix the issue, since some (likely related) bugs are still there. - Add `add_garbage_box`.
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-
Cooper Paul EdenDay authored
Signed-off-by:
Cooper Paul EdenDay <cedenday@protonmail.com>
-