Platform to implement a compiled variant of NoGraphs #14
HeWeMel
announced in
Proposed features that need discussions
Replies: 4 comments
-
Proposal: Cython First, vague, arguments: PRO:
Cons:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Proposal: Mypyc First, vague, arguments: Pro:
Cons:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Proposal: Rust First, vague, arguments: PRO:
CONTRA:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NoGraphs could be provided as compiled extension, additionally to the variant as pure Python source code. This could increase speed for applications, at least noticeable, and even significantly for cases where native data types are used.
But there are special problems:
What platform should be used for generating a compiled version of NoGraphs? Why is it suitable for NoGraphs? How could a good speed increase in general, and a strong speed increase for cases with native data types and list-based storage, be realized on this platform?
Beta Was this translation helpful? Give feedback.
All reactions