RegEx101 VS PeLib

Compare RegEx101 vs PeLib and see what are their differences.

RegEx101

This repository is currently only used for issue tracking for www.regex101.com (by firasdib)

PeLib

This is a modified version of https://github.com/LADSoft/DotNetPELib (by rochus-keller)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
RegEx101 PeLib
5 4
3,175 6
- -
3.0 0.0
13 days ago over 1 year ago
C++
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

RegEx101

Posts with mentions or reviews of RegEx101. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.
  • How small is the smallest .NET Hello World binary?
    8 projects | news.ycombinator.com | 9 Jul 2023
    > I wonder if this could be used to make C# webassembly more viable.

    You might enjoy reading this GitHub thread [0] where the community contributed a WASM library wrapping the C# regex code so that regex101.com could have a "C# mode". Lots of nerd sniping about reducing the payload size.

    (There's also another thread [1] discussing the minification of a rust version of that same regex101 wasm library to provide a "rust mode" using @burntsushi's regex crate.)

    [0]: https://github.com/firasdib/Regex101/issues/156

    [1]: https://github.com/firasdib/Regex101/issues/1208

  • [Media] Regex101 now supports Rust!
    5 projects | /r/rust | 3 Apr 2023
    That’s correct, compiled to WASM. You can see all the nitty gritty here https://github.com/firasdib/Regex101/issues/1208
  • Regex101.com needs help getting a small Rust WASM binary
    4 projects | /r/rust | 18 Nov 2022
    Excellent comparisons. ~150KB without unicode would make Rust the smallest wasm on Regex101 as far as I can tell. pcrelib comes in at 198KB. Personally, I think ~400KB with unicode features is just fine for .wasm size. The heaviest flavor C# is around 4.91MB and was added back in February of this year. They also had a performance comparison which would also be interesting.
  • Want to help bring Ruby support to Regex101 (online regexp suite)?
    2 projects | /r/ruby | 2 Jul 2022

PeLib

Posts with mentions or reviews of PeLib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.
  • How small is the smallest .NET Hello World binary?
    8 projects | news.ycombinator.com | 9 Jul 2023
  • Thoughts on building on a VM (in particular, .NET/CLR) but not "exposing" the underlying VM?
    4 projects | /r/ProgrammingLanguages | 20 Aug 2022
    I'm usually working with the third edition of the ISO 23271 standard, which corresponds to ECMA 335 5th Edition. There is also the book ".NET IL Assembler" (2014) by Serge Lidin which gives some additional context and a good structure to learn the details. My compiler is written in C++, not depending on the .Net framework; I don't use the reflection and emit features of .Net, but https://github.com/rochus-keller/Pelib/ to generate assemblies; also the generated code only requires minimal mscorlib.dll features, so I can use a minimal CLR.
  • KT/COBOL — Choosing a VM edition — I need to hear your experiences with the VM you're currently using for your project.
    6 projects | /r/ProgrammingLanguages | 20 May 2022
    Most of my languages have VM backends; see e.g. https://github.com/rochus-keller/Oberon; I implemented different backends generating LuaJIT bytecode; a year ago I switched to Mono which is based on ECMA-335; here is a discussion why I switched: https://github.com/rochus-keller/Oberon/releases/tag/IDEv0.9.0; I implemented utility libraries for both LuaJIT and CIL bytecode; see https://github.com/rochus-keller/LjTools/, https://github.com/rochus-keller/Pelib/ and https://github.com/rochus-keller/MonoTools/. I evaluated many VMs and think the mentioned ones are best suited. There were a lot of challenges with both technologies, what is to be expected, and too much to describe here.
  • Is the Mono CLR really slower than CoreCLR?
    4 projects | /r/programming | 12 Sep 2021
    And as I understand now achieving optimal performance with CoreCLR requires inside know-how of RyuJIT and Roslyn (which I don't have anyway), i.e. ECMA-335 alone is not sufficient; the actual compilation target to achieve optimal performance with CoreCLR is therefore Roslyn, not ECMA-335; of course I could generate C# instead of IL, but then I would depend on the framework and slow down the compiler. My current code generator based on https://github.com/rochus-keller/PeLib is about 30 times faster than ILASM.

What are some alternatives?

When comparing RegEx101 and PeLib you can also consider the following projects:

RegExr - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

core - .NET news, announcements, release notes, and more!

Regexly - WYSIWYG Regex playground for those who JavaScript

SharpLab - .NET language playground

RegExpBuilder

Oberon - Oberon parser, code model & browser, compiler and IDE with debugger

oniguruma - regular expression library

LjTools - LuaJIT 2.0 bytecode parser, viewer, assembler and test VM. Lua 5.1 parser, IDE and debugger.

Onigmo - Onigmo is a regular expressions library forked from Oniguruma.

Semi.Avalonia - Avalonia theme inspired by Semi Design

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

Citrus.Avalonia - Modern styles for Avalonia controls.