Skip to content
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

POC for hyperscan usage in UrlDispatcher #9907

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2e7c5a7
hyperscan
asvetlov Nov 15, 2024
1a5a10d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 15, 2024
def5f07
Fix mypy
asvetlov Nov 15, 2024
bea95da
Reforman
asvetlov Nov 15, 2024
bd1f61f
Update setup.cfg
asvetlov Nov 15, 2024
934f755
step
asvetlov Nov 16, 2024
2940323
step
asvetlov Nov 16, 2024
b41363b
merge
asvetlov Nov 16, 2024
87056a2
fix
asvetlov Nov 16, 2024
ac2f8e3
fix
asvetlov Nov 16, 2024
91e890a
Drop debug info
asvetlov Nov 16, 2024
e0eb966
Tune deps
asvetlov Nov 16, 2024
d6c019b
fix
asvetlov Nov 16, 2024
5db0bfd
fix
asvetlov Nov 16, 2024
7ce5180
fix
asvetlov Nov 16, 2024
d8c5da1
fix
asvetlov Nov 16, 2024
d27eea9
tune
asvetlov Nov 16, 2024
03719e9
tune
asvetlov Nov 16, 2024
45f947f
Merge branch 'master' into hyperscan
asvetlov Nov 16, 2024
89bac7a
inline
asvetlov Nov 16, 2024
505e7f4
Merge branch 'master' into hyperscan
asvetlov Nov 16, 2024
4a29903
Use dict lookup for plain resources
asvetlov Nov 16, 2024
ed931e2
Merge branch 'master' into hyperscan
asvetlov Nov 16, 2024
51c26c0
Add separate dict for prefix resources
asvetlov Nov 16, 2024
e6e9e48
Tune
asvetlov Nov 16, 2024
f452675
Refactor prefixed resources routing
asvetlov Nov 17, 2024
f56a12a
address review
asvetlov Nov 17, 2024
58a605e
Merge branch 'master' into hyperscan
asvetlov Nov 17, 2024
e14bad9
tune
asvetlov Nov 17, 2024
a622920
Merge branch 'master' into hyperscan
asvetlov Nov 17, 2024
3563173
comment
asvetlov Nov 17, 2024
00e6331
Fix prefix resource lookup
asvetlov Nov 18, 2024
55a0c9d
Alternative strategy for prefix resource matching
asvetlov Nov 18, 2024
a8bed53
relax deps
asvetlov Nov 18, 2024
2ac1eca
fix
asvetlov Nov 18, 2024
a718f6e
fix
asvetlov Nov 18, 2024
c82a824
Merge branch 'master' into hyperscan
asvetlov Nov 18, 2024
e1cbdf0
Merge branch 'master' into hyperscan
asvetlov Nov 19, 2024
a87dc32
Merge branch 'master' into hyperscan
asvetlov Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ ignore_missing_imports = True

[mypy-gunicorn.*]
ignore_missing_imports = True

[mypy-hyperscan]
ignore_missing_imports = True
asvetlov marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading