Commit Graph

452 Commits

Author SHA1 Message Date
Acrimon b56b79e9e4
fix #124 2020-12-26 00:33:19 +01:00
Acrimon 978ffb5f0f
remove no_std for now 2020-12-26 00:30:17 +01:00
Acrimon f167aec2b4
fixer uppers 2020-12-26 00:25:17 +01:00
Acrimon ef374938a5
fix ahash 2020-12-26 00:23:21 +01:00
Acrimon 515ab93842
cleanup and fixes 2020-12-26 00:22:49 +01:00
Acrimon 6906e9aa7e
fixed test cfgs 2020-12-26 00:21:56 +01:00
Joel Wejdenstål 277436b8e3
Merge pull request #118 from nico-abram/serde-dashset
fix #105 Serde support for DashSet
2020-12-26 00:20:36 +01:00
Joel Wejdenstål 5b6c3821b0
Merge pull request #116 from cuviper/rayon
Add optional rayon support
2020-12-25 23:54:01 +01:00
Joel Wejdenstål c1c176d8d3
Merge pull request #115 from xfix/update-cfg-if
Update cfg-if to 1.0.0
2020-12-25 23:52:58 +01:00
Joel Wejdenstål ed9464c2a3
Merge pull request #123 from extrawurst/patch-1
fix doc typo in lib.rs (alter)
2020-12-25 23:51:38 +01:00
Stephan Dilly 21f1b10cb6
Update lib.rs
fix typo
2020-12-12 15:13:25 +01:00
unknown ea556126ca fix #105 Serde support for DashSet 2020-11-21 19:25:25 -03:00
Josh Stone c383e28b23 Add optional rayon support
This adds optional `rayon` trait implementations for collecting and
iterating `DashMap` and `DashSet` in parallel.
2020-11-12 15:05:00 -08:00
Konrad Borowski 402b80faa3 Update cfg-if to 1.0.0 2020-11-12 13:39:40 +01:00
Acrimon e2d50cd353
Update README.md 2020-08-16 13:29:48 +02:00
Acrimon 823a6879fd
Update README.md 2020-08-16 13:28:07 +02:00
Acrimon e629412318
Update README.md 2020-08-12 11:38:19 +02:00
Acrimon 13d8d1995f
Merge pull request #102 from xacrimon/acrimon/resolve-ci
fix ci
2020-08-11 16:43:40 +02:00
Acrimon 480af406e6
Update ci.yml 2020-08-11 16:37:58 +02:00
Acrimon a29d499c18
Update README.md 2020-08-11 16:32:22 +02:00
Acrimon 20f8102add
Update README.md 2020-08-11 16:32:05 +02:00
Acrimon ee1bae1292
Update README.md 2020-08-11 16:27:03 +02:00
Acrimon 87b9254d63
Merge pull request #101 from xacrimon/acrimon/xscode
add xs:code info to readme
2020-08-11 16:24:41 +02:00
Acrimon 97613d4eda
Update README.md 2020-08-11 16:24:01 +02:00
Acrimon b2951f801b
v3.11.10 2020-08-04 19:52:31 +02:00
Acrimon 8a14a408a5
fix: #100 2020-08-04 19:52:14 +02:00
Acrimon ceee3769fc
v3.11.9 2020-07-31 23:15:53 +02:00
Acrimon df4b09ba01
chore: get rid of num_cpus and hardcode a sensible shard number 2020-07-31 23:15:29 +02:00
Acrimon 7abb7a4699
fix: compile docs.rs documentation with the serde features enabled 2020-07-31 23:07:56 +02:00
Acrimon 2a3a375bb2
v3.11.8 2020-07-31 22:56:34 +02:00
Acrimon e79c7d4e87
fix: added type parameter defaults for S and M for the iterator structs 2020-07-31 22:54:46 +02:00
Acrimon fd411c0fe9
chore: did some formatting 2020-07-31 22:51:09 +02:00
Acrimon 64e4e960db
fix: remove manual inline attributes, llvm knows this better than me and this will reduce binary size by a decent amount where not needed 2020-07-31 22:43:28 +02:00
Acrimon aff9eb407f
Merge pull request #91 from ahornby/entry_into_key
Add into_key() to Entry (was only on VacantEntry)
2020-07-31 22:35:31 +02:00
Acrimon 9581e423e7
feat: added some debug output to ci setup 2020-07-31 22:26:41 +02:00
Acrimon dfd795bcbc
Merge pull request #99 from xacrimon/v3
V3
2020-07-31 22:22:57 +02:00
Alex Hornby 2fb60433dc Add into_key() to Entry (was only on VacantEntry)
Before this change one needed to clone() key before uses of entry
api that might return OccupiedEntry. Now you can do .into_key() and
use the key again for something else.

The enabler for this was that OccupiedEntry's key was an Option<K>,
but was always used as Some(). Fixing this to be K made into_key()
pretty simple to add.

Tested with cargo test
2020-07-16 08:25:49 -07:00
Alex Hornby 8d82e9da9c Updated version in Cargo.toml to match crates.io version 2020-07-16 08:22:54 -07:00
Acrimon fb0132a817
v3.11.7 2020-07-05 01:10:28 +02:00
Acrimon a330526b1b
v3.11.6 2020-07-04 21:16:16 +02:00
Acrimon 58eac4025d
use ahash 0.3.8 on non amd64. 2020-07-04 21:01:37 +02:00
Acrimon 4781708182
Removed bench deps. 2020-07-04 20:53:44 +02:00
Acrimon e2d0f9a374
v3.11.5 Updated deps. 2020-07-04 20:52:55 +02:00
Acrimon 3565c12971
Merge pull request #89 from xacrimon/acrimon/more-ci
Multiarch CI
2020-07-04 20:49:02 +02:00
Acrimon 160d76b28d
Try to exlude threaded tests again. 2020-07-04 20:31:10 +02:00
Acrimon fd4687d038
Exclude threaded tests on wasm32. 2020-07-04 20:24:15 +02:00
Acrimon 584e63a34a
Remove benchmark meta stuff. 2020-07-04 20:10:33 +02:00
Acrimon a2d02f2482
Removed benchmarks. 2020-07-04 20:08:42 +02:00
Acrimon 25bd24777f
Fixed docker perms update thing. 2020-07-04 19:56:32 +02:00
Acrimon 16872c0be1
cross stuff. 2020-07-04 19:53:26 +02:00