Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
noobermin
on March 13, 2016
|
parent
|
context
|
favorite
| on:
Julia: A Fast Language for Numerical Computing
I have a passing knowledge of Julia (I've written a simple Lorentz Force[0] stepper in it) is there a way to avoid GC in the middle of the calculation, ie., a performance critical loop or other?
[0]
https://github.com/noobermin/jelo
ffriend
on March 13, 2016
[–]
You can turn garbage collection on and off using `gc_enable` function.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://github.com/noobermin/jelo