mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Added a TODO list
This commit is contained in:
parent
2e6a58b21c
commit
35d9842dd8
|
@ -1,3 +1,14 @@
|
|||
/*
|
||||
* TODO:
|
||||
* -----
|
||||
* - ParseInteger() should be optimized. It is frequently used throughout the
|
||||
* code base at run-time.
|
||||
* - Possible optimization: cache last ValueAs<T> conversion. Return this when
|
||||
* available and when value is Set(), mark dirty. This may require memory
|
||||
* allocation or, alternatively, we could do this only for data types of size
|
||||
* <= 8.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_UTIL_GENERICVALUE_H
|
||||
#define INCLUDED_UTIL_GENERICVALUE_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue