tntech-ngin / ndn-hydra

ndn-hydra: A Python-coded NDN distributed repository with five focused attributes: resiliency, scalability, usability, efficiency, and security.
Apache License 2.0
2 stars 1 forks source link

Cache file in memory after first segment fetch #41

Open GportDev opened 2 weeks ago

GportDev commented 2 weeks ago

When the client fetches the file, cache the remaining segments in memory so that we don't have to make many subsequent calls to the database.