Matthias Endler

Results 146 issues of Matthias Endler

First time user here. While reading the docs, I noticed that the description for step 1 is wrong: We don't limit the number of requests per second, but instead introduce...

We use rust-pretty-assertions for [lychee](https://github.com/lycheeverse/lychee). There is a PR for upgrading to 1.2.0 [here](https://github.com/lycheeverse/lychee/pull/552), which fails because of the changes in #92. Previously, using `assert_eq` on two `HashSet`s would work,...

People are interested in a size-comparison between * tinysearch * lunr.js * elasticlunr * flexsearch * fuse.js If anyone wants to do a comparison, post a comment here. Some ideas:...

enhancement
help wanted
good first issue
hacktoberfest

We need to add some usage examples for * [ ] Jekyll * [x] Hugo * [ ] Cobalt For the most part, this means showing how to create an...

enhancement
help wanted
good first issue

Was thinking a lot about the project name lately. I picked it, because it felt like an obvious name for a... tiny search. Now I have my doubts: * Not...

Would be great if we could make installation work without `cargo`. Distributions, roughly ordered by complexity: * [ ] [binary releases](https://github.com/mre/tinysearch/releases) on Github * [ ] homebrew formula * [...

help wanted
good first issue

https://github.com/BurntSushi/fst https://blog.burntsushi.net/transducers/#common-crawl Expect that this blows up the index size significantly, but it might be an alternative backend that could be enabled with a feature flag, e.g. `tinysearch --engine=fst` or...

We should test hyperjson with the benchmark data provided in [gojay](https://github.com/francoispqt/gojay/blob/master/README.md#benchmark-results). Thanks to @arnecls for the link.

enhancement
help wanted
good first issue

In a [discussion on Reddit](https://www.reddit.com/r/rust/comments/8wsg5u/hyperjson_help_writing_the_fastest_json_module/e1zznc7/), user /u/Shnatsel suggested the use of fuzzing to test hyperjson for safety issues and panics. There are a few tools around, which could be helpful:...