gradienthealth / dicom-protos

Exploratory DICOM Protocol Buffer Representations and Generator
MIT License
26 stars 3 forks source link

Investigate selective generation or loading of attribute proto messages #24

Open suyashkumar opened 6 years ago

suyashkumar commented 6 years ago

Projects that import or use Attributes.proto end up importing huge swaths of autogen'd code (that can increase binary sizes or load times). Some potential fixes include:

suyashkumar commented 6 years ago

Attributes_pb.js is 10.8Mb of source, golang source file is >3 Mb