Commit Graph

452 Commits

Author SHA1 Message Date
Acrimon d41b5fc3e9
sudo it all baby 2020-07-04 18:41:28 +02:00
Acrimon 22fd0e43f5
aarch64 output tweaks 2020-07-04 18:33:26 +02:00
Acrimon 0f7841fa72
tweaks. 2020-07-04 18:27:21 +02:00
Acrimon bfb27cf699
Fiddling. 2020-07-04 18:20:47 +02:00
Acrimon 88e7124fa9
more sudo apt. 2020-07-04 18:17:19 +02:00
Acrimon 1a9365b52f
sudo apt. 2020-07-04 18:14:45 +02:00
Acrimon 8856846d0f
Install rust in test-aarch64. 2020-07-04 18:13:48 +02:00
Acrimon e22f9ce4a7
actions fixes. 2020-07-04 18:06:56 +02:00
Acrimon 24adbfa616
fix actions typo. 2020-07-04 18:03:46 +02:00
Acrimon ce27dad806
aarch64 tests. 2020-07-04 18:02:47 +02:00
Acrimon 9b9bf2de68
Update checkout action to v2 and run tests on i686. 2020-07-04 17:38:48 +02:00
Acrimon 16dd0841d2
Praise lord Clippy. 2020-07-04 19:26:21 +02:00
Acrimon ce9b3c0994
Comply with Clippy's death threats. 2020-07-04 19:18:59 +02:00
Acrimon 2b600e7722
Fix yml formatting. 2020-07-04 18:40:18 +02:00
Acrimon c58e205ed9
Multiplatform CI. 2020-07-04 18:39:03 +02:00
Acrimon ccb930676d
v3.11.4 2020-06-02 15:31:10 +02:00
Acrimon 4cc7bed127
Fix doc typos. 2020-06-02 15:30:54 +02:00
Acrimon ae354e6f6b
v3.11.3 2020-06-02 03:32:57 +02:00
Acrimon aef4e64e14
Locking behaviour docs. 2020-06-02 03:32:46 +02:00
Acrimon eaebeeeab8
v3.11.2 2020-05-25 00:09:57 +02:00
Acrimon b665660581
Updated dependencies. 2020-05-25 00:09:45 +02:00
Acrimon a24cddf0d8
v3.11.1 2020-04-19 02:42:55 +02:00
Acrimon 99cc02ec29
Merge pull request #80 from lumen/master
Fix unnecessary recursion in iterators
2020-04-19 04:41:03 +04:00
Paul Schoenfelder a0ba18fd59
avoid unnecessary recursion in iterators 2020-04-16 17:51:11 -04:00
Acrimon 96fad2b37d
Remove todo. 2020-04-14 23:16:44 +02:00
Acrimon 75e23ea447
v3.11.0 2020-04-09 19:51:15 +02:00
Acrimon 0cd1722656
Don't use backend map SIMD tags for shard selection. 2020-04-09 19:50:52 +02:00
Acrimon a9a552bc77
Impl debug for DashSet. 2020-04-09 19:45:49 +02:00
Acrimon 57b72aec4d
v3.10.0 2020-04-04 15:33:50 +02:00
Acrimon 1e9e546364
Merge pull request #69 from TyPR124/dashset
Add DashSet
2020-04-04 15:21:07 +02:00
Acrimon 9021934252
Merge pull request #73 from Kixiron/master
Added more correct capacity allocation
2020-04-04 15:20:56 +02:00
TyPR124 5f245eefcb make everything work 2020-03-31 08:05:00 -04:00
TyPR124 9e504e9f82 add docs and raw-api methods 2020-03-31 07:46:43 -04:00
TyPR124 579db344d2 fmt 2020-03-31 07:46:12 -04:00
TyPR124 a3e87ddd5a some cleanup 2020-03-31 07:45:09 -04:00
TyPR124 c1b4ba8b5d DashSet initial commit 2020-03-31 07:45:09 -04:00
Acrimon ee601b0f5c
v3.9.1 2020-03-31 07:31:02 +02:00
Acrimon 93b0d9c13a
Fix raw-api test. 2020-03-31 07:30:50 +02:00
Chase Wilson 12dec690c7 Changed allocation algorythm to round up to nearest multiple of the shard amount when the capacity isn't sufficent to be distributed across them 2020-03-28 15:00:46 -05:00
Chase Wilson 0062717b26 Added more correct capacity allocation 2020-03-28 14:15:55 -05:00
Acrimon caa06fa16d
v3.9.0 2020-03-28 18:04:38 +01:00
Acrimon c4a611626a
Merge pull request #72 from Kixiron/master
Added the `DashMap::hasher` method
2020-03-28 18:03:19 +01:00
Chase Wilson 11886961a0 Added the `DashMap::hasher` method 2020-03-28 11:58:37 -05:00
Acrimon 34a5008bc7
v3.8.1 2020-03-27 23:47:44 +01:00
Acrimon 8f92ad08c7
v3.8.0 2020-03-27 11:21:58 +01:00
Acrimon df3dc46ca5
Added no-std flag doc to readme. 2020-03-27 11:21:48 +01:00
Acrimon f6353bf66b
no-std adaptations. 2020-03-27 11:20:48 +01:00
Acrimon 4d4c8aa3f2
Merge pull request #66 from w1th0utnam3/floeschner/read_only_view
Implement ReadOnlyView
2020-03-27 11:16:18 +01:00
Acrimon d01b1ae196
Merge branch 'master' into floeschner/read_only_view 2020-03-27 11:16:09 +01:00
Acrimon a74d890175
Merge pull request #71 from Kixiron/master
Added no_std support
2020-03-27 11:10:42 +01:00