New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimisations and `document` request and rule handling fixes #35
-
adds benching of API used in benchmarking integration for the lists i…
AndriusA committedJun 11, 2019 …n use
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
adds rule hit logging behind feature flag, some inlining optimisation…
AndriusA committedJun 14, 2019 …s, disables ineffective filter optimisation
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
reuses memory buffer for request token hashing, replaces std HashMap …
AndriusA committedJun 17, 2019 …with hashbrown HashMap for better performance
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
disables full regex handling by default in Node version
AndriusA committedJun 18, 2019 Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
adds token buffer pool wrapper for deserialization backwards-compatib…
AndriusA committedJun 19, 2019 …ility
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
removes some inlining annotations again as benchmarks don't indicate …
AndriusA committedJun 20, 2019 …any improvement, removes obsolete util functions
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
AndriusA committed
Jun 21, 2019 Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
AndriusA committed
Jun 22, 2019 Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
changes blocking of requests marked with `document` type
Previous behaviour was to apply rules with no explicit type to `document`-typed requests as well, which was often resulting in the user seeing a blank page. Changing to _only_ applying `document`-typed rules and untyped exceptions to `document`-typed requests
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits -
Unverified
This user has not uploaded their public key yet.GPG key ID: F8B3715488711983 Learn about signing commits