cabaletta / cabaletta/baritone
Possible minor speedup in pathfinding
Open
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 2.1k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 3
Description
Converting MovementHelper.canWalkOn(int,int,int) to using a switch statement through some work could make it better by a high factor. If there were a pedantic label it would go here.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating MovementHelper.canWalkOn(int,int,int) and tracing how it is used in pathfinding. Benchmark the current and proposed implementation in representative pathfinding workloads; done requires a demonstrated speed improvement without changing walkability behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100