bluss

Results 128 issues of bluss

* Example: Hash table that is keyed by newtyped strings and lookup is **case-insensitive**. * Use case: Want to lookup using `&str`.

When using a python kernel it would be useful to be able to restart the kernel (like one can do in jupyterlab, for example). Would it be possible to add...

The HeaderMap implementation as a whole is mostly orignal to http-rs, but the implementation was based on and derived from the indexmap crate (formerly ordermap) from circa 2017, from which...

When I read the HeaderMap code I recognize that it's based on my own code in crate indexmap (at one time formerly "ordermap"). The license is Apache-2 or MIT but...

(Excuse me if this is not the right place to bring this up.) What if a library could use `#[deprecated]` + a convention about what to put in the note...

The graph iterator and visit traits have a very long history, they use some **“interesting”** (in all senses of the word) macros to generate implementations. They use `IntoIterator` style, and...

S-needs-triage

I'm briefly looking at rulinalg’s SliceIter. You can use the same kind of optimization used in ndarray's element iterator. The brief idea of the "problem" is that this is efficent:...

- [ ] BLIS papers: https://github.com/flame/blis#citations - [ ] Strassen http://jianyuhuang.com/papers/sc16.pdf https://dl.acm.org/doi/10.5555/3014904.3014983 - [ ] Complex decomposition into three https://github.com/rust-ndarray/ndarray/pull/1106#issuecomment-963497856 - [ ] Complex 4M/2M/1M methods https://www.cs.utexas.edu/users/flame/pubs/flawn85.pdf

cc @SuperFluffy #24 A place to discuss this