forked from jbcoe/value_types
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added experimental inline vtable for polymorphic (jbcoe#79)
Alternative implementation of polymorphic uses a hand-rolled vtable to try and improve performance. Enable experimental header by defining XYZ_POLYMORPHIC_USES_EXPERIMENTAL_INLINE_VTABLE and including polymorphic.h
- Loading branch information
Showing
5 changed files
with
418 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
test --test_output=errors | ||
|
||
build --cxxopt='-std=c++20' | ||
|
||
build:asan --strip=never | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.