Yoav Tzfati
Yoav Tzfati
See https://github.com/trpc/trpc/pull/1946
For problems that require working with windows of expensive to clone items, or large windows, tuple_windows isn't a good solution. Implementing a borrowed windows iterator is tricky if not impossible,...
Hi, I'm getting a panic when trying to encode the attached file with the gpt-4 tokenizer. This is from the AMPS dataset that was published along with the [MATH dataset](https://github.com/hendrycks/math)....
See https://docs.rs/tracing/latest/tracing/#emitting-log-records. Would be helpful for use in python extension crates that want to use [pyo3-log](https://github.com/vorner/pyo3-log)
Some iterators (such as skip_while) may have optimized `fold` implementations, so using them inside other methods is better than using `next`. It's unclear to me if this is possible on...