Hello, I want to know if there is an efficient way to embed data with version control on it(Monticello).
By efficient, I mean without gzipping and Base64 encoding the data in the source code of a method. Ideally, I would like this embedded data in a separate file, to avoid memory consumption when I am not using this data. I am interesting on embedding text files(GLSL Shaders, OpenCL kernel source code) and binary data (images) Greetings, Ronie
