mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-12 06:29:53 +08:00
The documentation is now generated from markdown. Samples are generated from the tutorial pages. Testing is done by a Python script which runs the tests for a large number of compilers. This version is not very developer-friendly - the Python scripts need ways of limiting what compilers they try to run. If you don't have 15 compilers installed, you won't be able to run the tests in this commit. Fix coming soon.
8 lines
352 B
Markdown
8 lines
352 B
Markdown
## Performance
|
|
|
|
This is a placeholder page — the only testing done so far shows that
|
|
compiling a large (30+) enums on clang is faster than merely including
|
|
`iostream`. More conclusive information coming today or in a few days! For the
|
|
clang test, compilation of all those Better Enums takes about 60% of the time
|
|
that processing `iostream` does.
|