mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 05:26:56 +03:00
graph-push-hook/thread: shave off 20ms from nest checks by getting rid of tmi problem with types
This commit is contained in:
parent
14e7378486
commit
06f2aedc72
@ -150,7 +150,9 @@
|
|||||||
=. nodes.q.update
|
=. nodes.q.update
|
||||||
%- ~(gas by *(map index:store node:store))
|
%- ~(gas by *(map index:store node:store))
|
||||||
result
|
result
|
||||||
:_ [~ !>(update)]
|
:_ :- ~
|
||||||
|
!> ^- update:store
|
||||||
|
update
|
||||||
%+ weld cards
|
%+ weld cards
|
||||||
%- zing
|
%- zing
|
||||||
:~ ?: mark-cached ~
|
:~ ?: mark-cached ~
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
;< ~ bind:m
|
;< ~ bind:m
|
||||||
%^ poke-our %graph-push-hook
|
%^ poke-our %graph-push-hook
|
||||||
%graph-update-2
|
%graph-update-2
|
||||||
!>(update)
|
!> ^- update:store
|
||||||
|
update
|
||||||
(pure:m !>(`action:graph-view`[%pending-indices hashes]))
|
(pure:m !>(`action:graph-view`[%pending-indices hashes]))
|
||||||
::
|
::
|
||||||
++ sort-nodes
|
++ sort-nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user