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

research: Use of System.Numerics.INumber<T> generic math #1282

Open
DaveSkender opened this issue Nov 29, 2024 · 0 comments
Open

research: Use of System.Numerics.INumber<T> generic math #1282

DaveSkender opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request experiment Pseudo-fork for experimental (do not merge)

Comments

@DaveSkender
Copy link
Owner

Research potential use of System.Numerics INumber<T> generic math to simplify the public interface. This appears to be performant; however, may not be feasible if:

  • Supporting CLS compliant library interfaces
  • Supporting .NET frameworks before .NET 7

This might be a better option if considering TQuote interface with double values; though, will most likely still need to be a double based wrapper since INumber<T> is not CLS compliant for our public API requirements.

Originally posted by @
@manutiedra with @DaveSkender in #649 (reply in thread)

@DaveSkender DaveSkender added experiment Pseudo-fork for experimental (do not merge) enhancement New feature or request labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experiment Pseudo-fork for experimental (do not merge)
Projects
Development

No branches or pull requests

1 participant