CycloneDX / sbom-utility

Utility that provides an API platform for validating, querying and managing BOM data
Apache License 2.0
97 stars 14 forks source link

Improve marshal performance by using pointers within CycloneDX Vulnerability data structures #65

Closed mrutkows closed 1 year ago

mrutkows commented 1 year ago

Currently, all vuln. related structs use direct value references which has a copy cost on marshal as well as hashing and function calls (pass by value).