TSQLiteSerializerContainer.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rewritten serializer row storage to use memory pool (thus reducing memory allocations and speeding up destructions) (CH-103).

  1. … 22 more files in changeset.
Switched row data handling to not use shared pointers nor RowData object to pass information (optimization to slim down the serialization cost) (CH-103).

  1. … 26 more files in changeset.
Adding/retrieving rows (to be serialized) now uses a single method instead of two allowing for simpler code at caller's plase (also a preparation for replacing smart pointer with a reference to real object) (CH-103).

  1. … 19 more files in changeset.
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) (CH-103).

  1. … 31 more files in changeset.
Introduced serialization of base paths data (CH-72).

  1. … 23 more files in changeset.
Renamed the sqlite data row class.

  1. … 12 more files in changeset.
Isolated common part of change management to a separate object.

  1. … 10 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

  1. … 44 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

    • -0
    • +54
    ./TSQLiteSerializerContainer.h
  1. … 16 more files in changeset.