dryman / opic

Fast serialization framework for C
GNU Lesser General Public License v3.0
225 stars 21 forks source link

Similar projects #58

Open funny-falcon opened 7 years ago

funny-falcon commented 7 years ago

My college did something similar ages ago: http://garret.ru/cpp.html Did you loik at?

dryman commented 7 years ago

That's very interesting. I avoided using C++ because each C++ compiler has different runtime. The objects which has dependencies on the runtime is very hard to store on disk. I wonder how did the author solve this problem..