Commit graph

4 commits

Author SHA1 Message Date
Eric Nguyen
c256a76e01 Merged PR 212: Optimize FindChildrenById from O(n) to O(1)
Optimize FindChildrenById from O(n) to O(1):
- Deprecate FindContainerByIdDFS
- Container: Replace Children to string[]
- Add HashMap to IHistoryState that contains all containers

To access a container by id now cost O(1) without any additional cost

+ Implement CICD for SVGLibs
2022-10-12 09:39:54 +00:00
Eric NGUYEN
459e83a0c8 Revert "md: Replace tsx by ts for highlightjs support"
This reverts commit 8535416acc.
2022-09-23 18:16:37 +02:00
Eric NGUYEN
8535416acc md: Replace tsx by ts for highlightjs support 2022-09-23 18:10:30 +02:00
Eric NGUYEN
e5e9f7f7c0 Added more documentation 2022-09-22 17:45:35 +02:00