Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Rust issues #18

Open
4 of 12 tasks
dhardy opened this issue Feb 23, 2016 · 2 comments
Open
4 of 12 tasks

Rust issues #18

dhardy opened this issue Feb 23, 2016 · 2 comments

Comments

@dhardy
Copy link
Owner

dhardy commented Feb 23, 2016

This tracks work-arounds which are waiting for Rust language or standard libary
changes.

  • std::io::Read::read_exact() — is unstable
  • How to copy data from one fixed-size array to another?
  • How to simultaneously XOR all entries?
  • Use SIMD library?
  • Use NonZero optimisation?
  • Associated constants (see Element serialisation #25) and BYTES in sum.rs.
  • Error handling: when new try blocks or similar are available some code could
    be improved.
  • Constant expressions: want max in sum.rs
  • Borrow of item in if-let prevents usage in else part
  • Trait up-casts issue 5665
  • box value notation (Rust issue)
  • Code tag #0018
dhardy added a commit that referenced this issue Feb 23, 2016
@dhardy
Copy link
Owner Author

dhardy commented Feb 24, 2016

SIMD stuff moved to #31

@dhardy
Copy link
Owner Author

dhardy commented Dec 28, 2016

  • step_by in error.rs: impl<'a> fmt::Display for ReadErrorFormatter<'a>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant