|
|
|
|
|
by HdS84
558 days ago
|
|
C# has unsafe, which extremely powerful. See ravens repo for heavy usage of that. Otherwise python is also a good example of that. First start out in python. Not fast enough? Bring in python, which compiles down to c. Id that's not enough, drop to raw c. |
|