Oct. 26, 2014
11:14 p.m.
I donât think that storing binary files in git is good practice git shines on declarative content But Google about it and see how other people experiences resulted. Are they happy or not?
On Oct 26, 2014, at 6:22 PM, Ronie Salgado <roniesalg@gmail.com> wrote:
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