Demi Marie Obenour

Results 1159 comments of Demi Marie Obenour

> This is uncommon, though it does unfortunately happen from time to time. The explanation is something like a "trapped into local minima" scenario, which prevents the algorithm to "find"...

Would using a dictionary help? What about preprocessing?

> @dlight correct, it can't be open source unless Microsoft and/or Sony explicitly allows it to be, which we would plead for but is highly unlikely to happen. UWP support...

For performance reasons, it is critical to be able to queue multiple requests and let the OS resolve them in any order it desires.

> For the former, I expect we'll be moving in the direction of all-sync SyncAccessHandles, since C(++) applications being ported to the web via WASM _largely_ expect a synchronous file...

It is worth noting that a web app will _always_ be slower than a highly-optimized native app for highly storage-intensive workloads. The reason is that many such workloads just assume...

This would be a regression for PyPy users. PyPy’s implementation of CFFI is very heavily optimized, whereas the C API used by pyo3 must be emulated at a significant performance...

Could much of the code be generated from GObject introspection metadata?

> I'm working on generating OCaml bindings for GTK 4 from GObject introspection data (from scratch, not based on lablgtk); see https://github.com/btj/ocaml-gtk. "Naked" bindings for the C functions mostly work;...