TSQLiteSerializerRowData.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Rewritten serializer row storage to use memory pool (thus reducing memory allocations and speeding up destructions) (CH-103).

    • -192
    • +320
    ./TSQLiteSerializerRowData.cpp
  1. … 22 more files in changeset.
Added support for indexing serialization data by column index (for reduced overhead when handling many rows) (CH-103)

    • -48
    • +113
    ./TSQLiteSerializerRowData.cpp
  1. … 3 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.
Adjusted serialization tracing, exported TSimpleTimer from the engine dll (CH-103).

  1. … 9 more files in changeset.
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

    • -42
    • +112
    ./TSQLiteSerializerRowData.cpp
  1. … 11 more files in changeset.
Added serialization support for subtasks - delete, copymove, fastmove (CH-58).

  1. … 15 more files in changeset.
Added serialization of task local stats (CH-84).

  1. … 9 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
Added support for re-creating task manager database when there is a problem with loading existing one.

    • -82
    • +112
    ./TSQLiteSerializerRowData.cpp
  1. … 13 more files in changeset.
SQLite binding and data retrieval improvements (CH-82).

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

    • -0
    • +86
    ./TSQLiteSerializerRowData.cpp
  1. … 12 more files in changeset.