Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: make ap datatypes replacable with non-ap counterparts #94

Open
Clueliss opened this issue Nov 24, 2022 · 1 comment
Open

Feature: make ap datatypes replacable with non-ap counterparts #94

Clueliss opened this issue Nov 24, 2022 · 1 comment
Labels
low priority Something nice to have but not that important right now

Comments

@Clueliss
Copy link
Collaborator

Add some kind of api to disable arbitrary precision datatypes for high performance requirements. Something like

DatatypeRegistry::disable_ap();

which replaces xsd:integer and xsd:decimal datatypes with non ap counterparts in the registry

@Clueliss
Copy link
Collaborator Author

Clueliss commented Dec 5, 2022

New info: probably will be a compile time flag, otherwise would result in lots of duplication or complexity

@Clueliss Clueliss added the low priority Something nice to have but not that important right now label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Something nice to have but not that important right now
Projects
None yet
Development

No branches or pull requests

1 participant