File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ script:
11
11
# Run tests with generator based runtime
12
12
- cargo test --tests --features generator
13
13
14
- # Run tests with fringe based runtime
15
- - |
16
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ];
17
- then cargo test --tests --features fringe;
18
- fi
19
-
20
14
# Check with serde based checkpoint feature
21
15
- cargo check --features checkpoint
22
16
Original file line number Diff line number Diff line change 1
- Copyright (c) 2018 Carl Lerche
1
+ Copyright (c) 2019 Carl Lerche
2
2
3
3
Permission is hereby granted, free of charge, to any
4
4
person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ Concurrent Data Structures Written with C/C++ Atomics][cdschecker].
23
23
24
24
[ cdschecker ] : http://demsky.eecs.uci.edu/publications/c11modelcheck.pdf
25
25
26
+
27
+ ## Limitations
28
+
29
+ While already very useful, loom is in its early stages and has a number of
30
+ limitations.
31
+
32
+ * Execution is slow (#5 ).
33
+ * The full C11 memory model is not implemented (#6 ).
34
+ * No fence support (#7 ).
35
+ * No bounding support (#8 ).
36
+
26
37
## License
27
38
28
39
This project is licensed under the [ MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments