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

Removed the extension Linking class #87

Merged
merged 2 commits into from
Nov 9, 2018
Merged

Conversation

dotChris90
Copy link
Member

  • the class just existed for better use of NumSharp in other languages (F#, Powershell, Python, ...)
  • Problem --> poor performance when go with this
  • @dotChris90 @Oceania2018 were discuss in partial class NDArray<T> #72
  • important design rule for the NumSharp Lib --> performance comes first!
  • class was totally removed
  • the better use of NumSharp in other languages must be done in separate projects (e.g. can do some NumSharp.Powershell, NumSharp.python Modules, ...)

@dotChris90 dotChris90 merged commit 8c9cdde into SciSharp:master Nov 9, 2018
@Oceania2018
Copy link
Member

Oceania2018 commented Nov 9, 2018

Agree with the better use of NumSharp in other languages must be done in separate projects (e.g. can do some NumSharp.Powershell, NumSharp.python Modules, ...)
@dotChris90 New a project in the src folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants