Chielo
Chielo
It seems there is no binding to `at::Generator`, which can be used for reproducibility. Is there any plan on supporting `at::Generator`?
## What is the problem your feature solves, or the need it fulfills? When implementing least connection load balancing, it's necessary to have internal mutability to record connections, which can...
`metrics::set_global_recorder` requires `Sync` now from the version `0.18.0`. However, `metrics-util` still uses `Box` for some utilities like `Fanout`, which is not `Sync`. Maybe some new `Sync` types can be introduced...
Let $t$ be the length of the longest token and $n$ be the length of the input text. `DoubleArrayAhoCorasick::consume` gives an iterator over all suffixes that match the patterns (running...