Giter Club home page Giter Club logo

regexspeedup's Introduction

RegexSpeedup

Requiments

  • .Net Framework 4.8 Developer pack
  • .Net 5 SDK
  • .Net 6 SDK

If missing download from: https://dotnet.microsoft.com/download/dotnet / https://dotnet.microsoft.com/download/dotnet-framework/net48

How to

Implement

Create a new implementation in the RegexSpeedup project. Feel free to create new classes / namespaces.

Test

Test the new implementation by integrating it in the UnitTests project. A base test class (BaseWhiteSpaceTest) is already defined that contains many tests. CustomTest is derived from this class. Call your new implementation in the RemoveAdditionalWhiteSpace function in the CustomTest class. Uncomment the [TestClass] attribute on the CustomTest class. Run the unit tests from your editor or command line dotnet test.

Benchmark

Once all test pass, add the implementation to the benchmark project. Edit the CustomImplementation method in the WhitespaceBenchmark class. Uncomment the [Benchmark] attribute on the method. Make sure the project is in Release mode. Compile, run, and wait for the results to show up :) Or from the command line: dotnet run -c Release --project .\Benchmark\Benchmark.csproj --framework net6.0

regexspeedup's People

Contributors

guuskuiper avatar gkuiper avatar

Watchers

 avatar

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.