17 Commits

Author SHA1 Message Date
Aaron Tsui 625d86781e fix lazy_static example bug 2022-08-22 16:20:14 +08:00
tyranron 257d16b07d Fix rustfmt and rustdocs in examples/ 2020-01-29 19:36:42 +01:00
Aleksey Kladov 85fe8c9a70 Paper over unfortunate --all-targets interaction
closes #79
2020-01-01 13:48:27 +01:00
Paul Dicker 7bad93290e Benchmark acquire overhead 2019-11-03 14:25:20 +01:00
Paul Dicker dba04e6c85 Add test if a OnceCell properly synchronizes. 2019-11-03 14:18:00 +01:00
Aleksey Kladov 10e8968301 benchmark vs lazy_static 2019-09-01 18:53:25 +03:00
Aleksey Kladov 8efea16fef reformat 2019-09-01 14:25:59 +03:00
Aleksey Kladov f15890f85c add regex example 2019-08-27 01:48:53 +03:00
Aleksey Kladov f159517a5d add reentrancy tests 2019-08-23 00:32:08 +03:00
Aleksey Kladov 59c258c98a make sure std is as fast as pl
It still is larger
2019-08-23 00:14:56 +03:00
Aleksey Kladov 08eb1b5ccf print size in the benchmark 2019-06-07 10:58:48 +03:00
Aleksey Kladov ee54a650a5 improve the benchmark 2019-06-05 21:10:22 +03:00
Aleksey Kladov fc34139952 add a benchmark 2019-06-05 20:50:02 +03:00
Aleksey Kladov e37d26ae6c use const-fn in sync 2019-05-07 13:43:26 +03:00
Aleksey Kladov a0bea2b5e0 Switch to parking lot
Its Once is 'static.

We might swithc back to ::std::sync::Once when current beta is stable
2018-08-02 11:17:56 +03:00
Aleksey Kladov 6db9777621 Compat with stable 2018-08-02 03:54:00 +03:00
Aleksey Kladov 63ea1029b8 Initial 2018-08-02 03:12:28 +03:00