PyDBML icon indicating copy to clipboard operation
PyDBML copied to clipboard

Replace almost all pp.Combine() into pp.Regex()

Open embar- opened this issue 10 months ago • 2 comments

Majority of pp.Combine() are replaced into pp.Regex() for optimization. Only this one line is not changed: https://github.com/Vanderhoof/PyDBML/blob/2bf015cf0d4a242339dad45095afec2c0efa197f/pydbml/definitions/enum.py#L56

This will contribute to https://github.com/Vanderhoof/PyDBML/issues/59 solving

Some metrics:

Screenshot_20250301_183646- Screenshot_20250301_183823+
Before After
diagram- diagram+
Before After

embar- avatar Mar 01 '25 17:03 embar-