Ticket #204 (new task)
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.
Note: See
TracTickets for help on using
tickets.
