angular/packages/core/primitives/signals/src
Milo 3c008c9263 refactor(core): use quad linked lists for signals (#62284)
inspired by the design of Preact's signals, use linked lists instead of arrays for faster signal creation

PR Close #62284
2025-07-28 17:01:42 +02:00
..
computed.ts refactor(core): drop computation error messages in production (#60700) 2025-05-01 10:11:01 -07:00
equality.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
errors.ts feat(core): pass signal node to throwInvalidWriteToSignalErrorFn (#59600) 2025-02-13 17:56:14 +00:00
graph.ts refactor(core): use quad linked lists for signals (#62284) 2025-07-28 17:01:42 +02:00
linked_signal.ts refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00
signal.ts refactor(core): Delete createSignalTuple (#61907) 2025-06-06 13:46:16 +02:00
untracked.ts refactor: add untracked to primitives (#60105) 2025-03-05 12:11:40 -08:00
watch.ts refactor(core): drop computation error messages in production (#60700) 2025-05-01 10:11:01 -07:00
weak_ref.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00