Changeset 402f249


Ignore:
Timestamp:
Mar 23, 2026, 7:57:05 AM (100 minutes ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
98da9e8
Message:

add one more item to future work in conclusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/conclusion.tex

    r98da9e8 r402f249  
    4444All three forms of containers presented in this work are in their nascence, both in design and implementation.
    4545This 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 most important first step to fit with C-programmer expectation resulting in faster adoption.
     46Completing 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.
    4747Also, 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.
     48And 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.
     49I left all the infrastructure to accomplish these task;
     50they just need time to complete.
Note: See TracChangeset for help on using the changeset viewer.