Shyotl
|
4f72de8289
|
Make gcc happy with closer to standards compliant code..
|
2019-08-10 01:16:37 -05:00 |
|
Shyotl
|
49b027f2a0
|
Rework llindexedvector to be a bit more debugable.
|
2019-07-10 01:05:42 -05:00 |
|
Shyotl
|
04ea11c61e
|
Make gcc happier.
|
2018-11-20 02:49:57 -06:00 |
|
Shyotl
|
0b4d789afb
|
Altered LLIndexedVector. There's zero point to having a lookup map into an array like this. Just iterating down the array is faster than the map lookup (which iterates down a linked list...). A hash map would be a different case entirely.
|
2018-10-12 02:07:45 -05:00 |
|
Shyotl
|
09f4528bfb
|
Removed LLDynamicArray, LLDynamicArrayIndexed, LLDynamicArrayPtr, LLDLinked, LLDynamicQueuePtr, LLEnum, and LLIndexedQueue. Added new LLPointer variants.
|
2015-06-19 18:27:21 -05:00 |
|