Skip to content

Commit a16d8ad

Browse files
committed
Update README
1 parent 91780c7 commit a16d8ad

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ Comprehensive colorspace conversions in Rust.
1111
* Accurate across a wide variety of tests, referencing [colour-science](https://github.com/colour-science/colour)
1212

1313
## Future
14-
* Look into SIMD when supported by standard library
14+
* `std::simd` either after stabilization or as a nightly feature
1515
* More spaces?
1616

17-
## Known Issues
18-
* `convert_space_sliced` is slower than it could be. Waiting for [slice_as_chunks](https://github.com/rust-lang/rust/issues/74985) to land in stable.
19-
* Performing many (>100) conversions in sequence will gradually degrade the data due to tiny precision issues accumulating.
20-
2117
## F.A.Q.
2218
Question|Answer
2319
---|---
24-
Why?|I just wanna say "go from this to this" without any fuss.
20+
Why?|I greatly enjoy working with Uniform Color Spaces and wish to see them become more accessible and easy to use.

0 commit comments

Comments
 (0)