Project

General

Profile

« Previous | Next » 

Revision a4975a30

Added by skyjake almost 9 years ago

libcore|Record: Use hash-based member tables for efficient lookups

Previously these used QMap, but since there is no promise of the
members being ordered, it is better to use the more efficient QHash
that has O(1) lookups.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences