Arseny Kapoulkine
Arseny Kapoulkine
This makes the definition match declaration as well as other functions, and avoids this warning: isocline\src\completers.c(125): warning C4028: formal parameter 3 different from declaration
MeshoptDecoder can decode at ~1 GB/sec (with filters) on modern desktop CPUs, which mostly means we don't need to offload the processing to other threads... except when we're dealing with...
v1.11 required three patches to introduce an alias for renamed pugixml::pugixml target; the alias was present in CMakeLists.txt but that doesn't propagate to the installed cmake config. The first patch...
Assuming node visitor interface is a good idea (is it? not 100% clear), there are several problems with existing xml_tree_walker: 1. ::begin/::end are pretty pointless - could be called from...
This issue was filed on Google Code: https://code.google.com/p/pugixml/issues/detail?id=237 There are concerns about using errno on some platforms; even on platforms that have MT-safe errno, parsing denormal numbers will set errno...
This issue was filed on Google Code: https://code.google.com/p/pugixml/issues/detail?id=79 Sometimes the current offset information is hard to use and users are willing to sacrifice some additional performance/memory to translate offsets into...
As I've been reading extras/extensions code more I've been wondering: Would it be worthwhile to reduce the scope of extras/extensions by removing them from places where they aren't obviously necessary?...
I'm looking into optimizing the amount of memory gltfpack spends on processing very large glTF files (e.g. 400 MB .gltf 400 MB .bin). One thing that I'd like to explore...
I've taken a stab at documenting the performance tradeoffs between various instructions and collected the information in this repository: https://github.com/zeux/wasm-simd Obviously this is far from a normative reference, and is...