Changeset 402f249
- Timestamp:
- Mar 23, 2026, 7:57:05 AM (100 minutes ago)
- Branches:
- master
- Parents:
- 98da9e8
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/conclusion.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/conclusion.tex
r98da9e8 r402f249 44 44 All three forms of containers presented in this work are in their nascence, both in design and implementation. 45 45 This work provides the foundation for future \CFA students to add more functionality along with robust and performant implementations. 46 Completing the syntax change from @array@ to C-style for dimensions and subscripts is possibly the mostimportant first step to fit with C-programmer expectation resulting in faster adoption.46 Completing the syntax change from @array@ to C-style for dimensions and subscripts is an important first step to fit with C-programmer expectation resulting in faster adoption. 47 47 Also, adding a panoply of additional intrusive lists, \eg stack, queue, dequeue, \etc, is needed to complement the @list@ structure. 48 I left all the infrastructure to accomplish these task, they just need time to complete. 48 And once the RAII problem in \CFA is fixed, the two part string implementation can be merged into a single form, possibly with even better performance. 49 I left all the infrastructure to accomplish these task; 50 they just need time to complete.
Note:
See TracChangeset
for help on using the changeset viewer.