Added a TODO list

This commit is contained in:
Bart Trzynadlowski 2017-03-27 03:09:24 +00:00
parent 2e6a58b21c
commit 35d9842dd8

View file

@ -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