mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-11 08:55:23 +03:00
Merge pull request #4977 from urbit/la/fast-nest
graph-push-hook/thread: shave off 20ms from nest checks by getting ri…
This commit is contained in:
commit
cb7da7cbba
@ -153,7 +153,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