Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ooveex2C
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
Ooveex2C
8y ago
> Pretty much only gamers want +Clock speeds I wish. We use a commercial path-tracer that scales very well to many cores, GPUs and entire clusters when it's chewing away at a single fixed scene or animation. But in interactive mode
2.
▲
by
Ooveex2C
8y ago
At least in java the recommended way is to only use GC as safety net for resource management. Print a warning when it's cleaned up due to finalizers (or cleaner-refs since v9) and use scope-based cleaning instead where possible.
3.
▲
by
Ooveex2C
8y ago
The error handling in close is platform specific, so you have to convert the file into a raw fd/handle and then pass it to the appropriate libc methods.
4.
▲
by
Ooveex2C
8y ago
Do wasm -> builtin calls, e.g. DOM methods still call the JS code if JS code has been monkey-patched? E.g. if userscript replaces the built-in window.fetch() API to modify page behavior will wasm also be intercepted?