HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hucker

no profile record

comments

hucker
·w zeszłym roku·discuss
Have you tried aider, and if so, how is it lacking compared to Claude Code in your opinion?
hucker
·2 lata temu·discuss
You're in luck, this seems to _only_ support WASM in the browser for the time being.

> Graphite's code architecture is structured to deliver native performance for your graphically intensive workloads on desktop platforms and very low overhead on the web thanks to WebAssembly and WebGPU
hucker
·6 lat temu·discuss
You typically wouldn't use an array with a million objects in Java if you cared about performance though (for exactly that reason), you'd architect it some other way. Using SoA style when appropriate, for example.