svg-layout-designer-react/public/workers
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
..
message_packet_worker.js Message sidebar will now only show the last packet of message 2022-09-19 12:27:55 +02:00
message_worker.js Message sidebar will now only show the last packet of message 2022-09-19 12:27:55 +02:00
worker.js Merged PR 212: Optimize FindChildrenById from O(n) to O(1) 2022-10-12 09:39:54 +00:00