Skip to content
stijnsanders edited this page Jul 9, 2012 · 2 revisions

Arrays: stick to variant arrays, or provide something like IBSONArray

Pro:

  • implementation could perform better when same IBSONDocument is used in repetitive Next calls
  • more intuitive (?)

Contra:

  • all the work!
  • no easy way to switch between variant arrays and own implementation

Idea's:

  • have IBSONArrays within a single IBSONDocument cooperate? (store data in a single 'array of OleVariant'?)
Clone this wiki locally