lists.boost.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview
thread

VDB

Martijn W. van der Lee

14 Apr 2002 14 Apr '02
3:04 a.m.

Hi, I've created a small framework I dubbed Virtual DataBase (VDB) which is in actuality a set of three classes which handle tables of data. table<DataT> Manages a random number of records of type DataT, including all memory management. view<DataT> Manages a sorted and/or filtered view of the records in a table. The filter and sort algorithms are supplied through functions or functors and is quite fast (though there's still room for improvement). tracker<DataT> Tracks a single record in a table. If the record is deleted, the tracker becomes invalid. That's basically it. It's built to be generic, simple and reusable. What are the chances of such a framework finding a place in the large Boost library? Currently everything seems to be working based on simple testcases but I'm still working on creating detailed testcases (using my own "Testkit" framework). regards, Martijn van der Lee

0 0
Reply
Sign in to reply online Use email software

Back to the thread

Back to the list

HyperKitty Powered by HyperKitty version 1.3.12.