orangeduck / tgc

A Tiny Garbage Collector for C
Other
968 stars 64 forks source link

junk in examples/ #14

Closed rofl0r closed 6 years ago

rofl0r commented 6 years ago

while certainly of high historic value, the 46 MB .wav file with a JFK speech seems out-of-place, just like the source code of bzip2 and oggencoder.

orangeduck commented 6 years ago

These are actually used for testing: I.E. they are used when you run make check. I though these were good decent sized C projects to evaluate the performance and stability of the gc when using it instead of normal memory management. Of course you do not need to include this examples directory in your own copy of the project.

rofl0r commented 6 years ago

alright... tgc now features in the not-yet-100% ready tinyrb branch here https://github.com/rofl0r/tinyrb/tree/TGC (still fighting with some bugs). nice product!

orangeduck commented 6 years ago

Very cool, thanks!