You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex dominates our CPU profiles for webserver. The top 10% profiles are almost exclusively regex. Changing from Go's engine to something faster would have big impact on the critical path.
Here are notes I took from when we last looked into rure-go (2020-10-21)
This has deployment / devenv issues since rure is written in rust. Requires
compiling rust. Maybe there is a nice way to distribute static objects to link
against in cgo.
Regex dominates our CPU profiles for webserver. The top 10% profiles are almost exclusively regex. Changing from Go's engine to something faster would have big impact on the critical path.
Inspiration:
https://github.com/BurntSushi/rure-go
The text was updated successfully, but these errors were encountered: