Giter Club home page Giter Club logo

Comments (6)

vks avatar vks commented on August 22, 2024 1

Sure, just removing it in the next breaking release also works.

I just thought that deprecating would be the most reliable way to get potential objections. FWIW, I cannot find any code on GitHub setting premultiply(false). For bytes_classes(false), I only found one use in tokei.

from aho-corasick.

BurntSushi avatar BurntSushi commented on August 22, 2024 1

@vks Yeah, there are some cases in which disabling byte classes can make the resulting search faster, but I've only ever seen slight improvements. (I've also seen regressions due to the increased size in the automaton.)

from aho-corasick.

BurntSushi avatar BurntSushi commented on August 22, 2024 1

In the next semver incompatible release, I am also planning to remove the ability to construct automatons using a smaller state ID representation. Instead, it will be fixed to u32 with no way to change it. See the corresponding comment on the regex-automata issue for more details: BurntSushi/regex-automata#7 (comment)

from aho-corasick.

vks avatar vks commented on August 22, 2024

I'm not sure how many users of aho-corasick will read this here. Maybe just go ahead and deprecate it? If there are a lot of objections, you can always revert the deprecation.

from aho-corasick.

BurntSushi avatar BurntSushi commented on August 22, 2024

Yeah I should have updated this. I'm not holding myself up here as a result of the lack of feedback. My plan is to just to go forward with this. Just haven't got a chance to do it. It's not super high priority.

from aho-corasick.

BurntSushi avatar BurntSushi commented on August 22, 2024

Deprecating them sounds smart though. Might be a good forcing function.

from aho-corasick.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.