|
|
|
|
|
by nur0n
2943 days ago
|
|
I'm strongly considering Julia as an alternative for C/C++.
A few questions if you don't mind:
* How does Julia's GC play into the performance characteristics of these systems?
* What tools does Julia offer for fine-grained control of memory?
* It appears that Julia uses a rich runtime, do you notice it "weighing down" on performance?
* Do you ever feel the need to drop down to C/C++ for hot code paths? |
|