3 Commits

Author SHA1 Message Date
ds5678
964da3c1bc Performance improvement in ReverseHexString 2025-07-17 03:56:51 -07:00
ds5678
3a1f49bf23 Improve performance of writing numeric lists as yaml 2025-06-23 01:39:38 -07:00
ds5678
13edc04cd1 Huge yaml export memory improvements
* Export MonoBehaviour byte arrays as scalars rather than sequences
* Do not serialize yaml scalars, especially not for byte arrays
* Eliminate unnecessary state for yaml scalars
* Create a new type hierarchy for yaml scalars
* Implement hexidecimal emission of floating point scalars
* Implement hexidecimal emission of numeric lists
* Resolves #1422
* Resolves #1409
* Resolves #1381
* Related to #927
* Related to #695
2024-08-04 14:32:11 -07:00