Actions
Task #145
closedUse protocol buffer as a shared library
Start date:
10/04/2009
Due date:
% Done:
0%
Estimated time:
keywords:
Platform:
Description
For the moment protocol buffer is used as a static library, therefore all DLL which uses protocol buffer has a copy of protocol buffer.
Updated by Greg Burri almost 14 years ago
- Target version changed from 1.0 alpha to 1.0
Updated by Greg Burri over 13 years ago
- Status changed from New to Closed
Don't know why but the dll (compiled with -O2) is a bit large ~4.5 Mb and thus the setup is 700 kb much bigger than with the static linking.
When executing D-LAN with a dynamically linked with protocol buffer it takes more memory... don't know why...
Actions