
5 Oct
2005
5 Oct
'05
9:30 p.m.
Some reference info on the topics discussed here and in the RML thread that might be useful: 2001 USENIX paper: PSTL - The Persistent Standard Template Library for C++ http://www.infosys.tuwien.ac.at/Staff/tom/Publications/Gschwind2001-pstl.pdf http://www.infosys.tuwien.ac.at/NewsCache/pstl.html This papers covers the issues and has simple app benchmarks that compare to the widely used Berkeley DB (alse note Berkeley DB provides the underlying b-tree for MySQL) Reflection support by means of template metaprogramming http://www.di.unipi.it/~attardi/Paper/GCSE01.pdf Which has a good discussion on interfacing to a relational table using meta programming