2/6
These performance gains come from two fixes in Holochain:
Make zome calls async
Check myself first if I’m an authority
-
-
Show this thread
-
3/6
Make zome calls async—long-running zome function calls (including validation functions) were blocking other calls, which made the conductor unresponsive at times. This fix allows the conductor to process more than one call at a time.
https://github.com/holochain/holochain-rust/pull/2179 …Show this thread -
4/6
Check myself first if I’m an authority—this makes a node check their own DHT shard for links if they know they’re an authority for the link base.
https://github.com/holochain/holochain-rust/pull/2183 …Show this thread -
5/6
There have also been some performance fixes in the HoloFuel DNA and front end themselves, primarily around caching DHT/source chain data and reducing traffic between UI and DNA instances.Show this thread -
6/6
Along with an upcoming bugfix in Holochain’s handling of link retrieval, we’re getting ready for another round of field testing as soon as possible, likely in the next few days 
Show this thread
End of conversation
New conversation -
-
This Tweet is unavailable.
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
HoloPort software update 1/6