🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

github.com/RadhiFadlillah/matloob-regexp

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/RadhiFadlillah/matloob-regexp

Source
Go Modules
Version
v0.0.0-20240915061352-9e9e7c601f50
Version published
Created
Source

go regexp + RE2 DFA port

This is fork of https://github.com/matloob/regexp. Nothing changed except adding Go module so I can easily use it in my benchmark.

import "github.com/RadhiFadlillah/matloob-regexp"

Original Readme

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.

FAQs

Package last updated on 15 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts