Menu

#16 consider moving data files into .h

v2.0
open
nobody
None
5
2012-10-28
2012-10-28
No

Advantages:

  • all data contained in a single .so / .dll
  • simplified CMakeLists
  • eliminates risk of orphaned data files install directory
  • increased portability: eliminates path fuzz in windows

Disadvantages:

  • .so / .dll increases in footprint
  • perhaps a bit more complicated to import new tables, unless script is provided for .h generation

Discussion


Log in to post a comment.

MongoDB Logo MongoDB