svg-layout-designer-react/docs
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
..
assets Merged PR 167: Add Flex and fix bugs (read desc) 2022-08-25 13:28:32 +00:00
DevDocs Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00
Eric BF Merged PR 167: Add Flex and fix bugs (read desc) 2022-08-25 13:28:32 +00:00
Behaviors.md Translate behviors to french and add missing behaviors documentation 2022-09-21 14:39:07 +02:00
CICD.md Translate behviors to french and add missing behaviors documentation 2022-09-21 14:39:07 +02:00
ComponentStructure.drawio Update componentStructure documentation 2022-10-03 17:11:40 +02:00
DataStructure.md Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00
Dependencies.md Update dependencies.md about deprecation of dependencies 2022-08-17 15:53:09 +02:00
Project_Structure.md Update Project_Structure.md 2022-10-10 11:32:52 +02:00