Gjum / Gjum/morechunks-forge

local cache

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
11
Forks
1
PR merge metrics
No merged PRs in 30d

Description

- store timestamp of saved chunks
- when requesting chunks request (pos, timestamp)
- server skips sending chunks that have the same timestamp server-side

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the chunk request and response handling on both the client and server. Implement timestamp tracking for saved chunks, include timestamps in requests, and verify that unchanged chunks are not sent; done means the cache remains current while redundant chunk data is skipped.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.