Skip to content

Commit 758bb18

Browse files
committed
Update readme and such
1 parent 6214c2b commit 758bb18

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ script:
1111
# Run tests with generator based runtime
1212
- cargo test --tests --features generator
1313

14-
# Run tests with fringe based runtime
15-
- |
16-
if [ "${TRAVIS_RUST_VERSION}" = "nightly" ];
17-
then cargo test --tests --features fringe;
18-
fi
19-
2014
# Check with serde based checkpoint feature
2115
- cargo check --features checkpoint
2216

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Carl Lerche
1+
Copyright (c) 2019 Carl Lerche
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Concurrent Data Structures Written with C/C++ Atomics][cdschecker].
2323

2424
[cdschecker]: http://demsky.eecs.uci.edu/publications/c11modelcheck.pdf
2525

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+
2637
## License
2738

2839
This project is licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)