Ticket #204 (new task)

Opened 4 years ago

Last modified 16 months ago

Make XMB more efficient

Reported by: Philip Owned by:
Priority: Nice to Have Milestone: Backlog
Component: Game engine Keywords:
Cc:

Description

Do various things like:

  • Store strings as UTF-8
  • Add GetValueAsFloat() etc to the API
  • Store typed data, for more efficient int/float/etc storage. (And have something in the API to define which storage type to use for a given element/attribute.)
  • Store repeated strings (e.g. entity names in maps) once in a table, instead of storing them repeatedly.

Change History

comment:1 Changed 16 months ago by wacko

  • Milestone set to Backlog
Note: See TracTickets for help on using tickets.