- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Dec 2023 20:36:04 +0000
- To: public-houdini-archive@w3.org
It's entirely dependent on what you're doing with them. Immutable objects allow *sharing*, so you have lower memory pressure and less computation involved in construction. In return, when you do mutate a structure you have to reconstruct parts of it, which can be slower than just doing an in-place mutation. Which of these factors wins in any given scenario depends on your workload. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/634#issuecomment-1856549117 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 December 2023 20:36:06 UTC