James Liu
Results
152
issues of
James Liu
## What problem does this solve or what need does it fill? To reduce the amount of geometry that needs to be rendered in any given frame, it's common to...
C-Feature
A-Rendering
C-Performance
`serde` recently split out their core traits into a `serde_core` crate so that crates that rely on the traits without the derive macro could compile in parallel with serde_derive, all...