You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some places where we could optimize data access using MMap.
Producer writes
Broker read_all
consumer reading.
Additionally, we can switch the consumer file to a dyad-specific cache file on SSD so that external apps do not access it by mistake. This is because the consistency of that cache file is only known by DYAD.
The text was updated successfully, but these errors were encountered:
Here are some places where we could optimize data access using MMap.
Additionally, we can switch the consumer file to a dyad-specific cache file on SSD so that external apps do not access it by mistake. This is because the consistency of that cache file is only known by DYAD.
The text was updated successfully, but these errors were encountered: