Skip to content
/ regexp Public

go regexp with RE2 DFA matcher port - golang.org/cl/12081

License

Notifications You must be signed in to change notification settings

matloob/regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9296bf · Apr 27, 2016

History

64 Commits
Apr 27, 2016
Apr 19, 2016
Apr 27, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Apr 27, 2016
Dec 30, 2015
Apr 19, 2016
Dec 30, 2015
Apr 20, 2016
Sep 8, 2014
Apr 27, 2016
Apr 19, 2016
Sep 8, 2014
Apr 15, 2016
Apr 15, 2016
Apr 20, 2016

Repository files navigation

go regexp + RE2 DFA port

import "matloob.io/regexp"

See golang.org/cl/12081

  • The regexp tests pass. Though there may still be uncaught bugs. Let me know if you find any of them! No guarantees!
  • regexp/internal/dfa tests are currently failing. I need to fix some thingsn there.
  • I've got a small change to the DFA that uses package unsafe and makes matches 2x faster. I'll try to get it up soon.
  • A bunch of cleanup needs to be done all over this package.

About

go regexp with RE2 DFA matcher port - golang.org/cl/12081

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages