Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,790 contributions in the last year
Activity overview
Contribution activity
October 1, 2020
dktapps has no activity
yet for this period.
September 2020
Created a pull request in phpstan/phpstan-src that received 5 comments
Do not assume that arrays are always instanceof ArrayType
they might be intersection type, union type, or something else. I don't think there's a way to test this without #315.
+1
−2
•
5
comments
Created an issue in pmmp/ext-chunkutils2 that received 1 comment
convertSubChunk* accept std::function(uint8_t, uint8_t) which puts an unnecessary performance burden on the converter
The conversion has to merge the id/meta into a single number in order to find unique entries. However, this results in it having to take the number…
1
comment
- Entity-block interactions might not fire for fast-moving entities
- Chunk generation might cause repeated attempted loading and unloading of chunks (synchronously)
- Automatic detection and reporting of worker pool overload
- Changing CancellableTrait->setCancelled() to cancel() and uncancel() (or similar)
- Cyclic reference between LightUpdate <-> SubChunkIteratorManager
- Allow changing spawn point without sending updates to the player
- LightArray zend objects use ecalloc(), which causes double writes to the light array memory
- Improve convertSubChunkYZX performance with a proper impl
- Use a hashmap to track palette indices during conversion
- SubChunkConverter: Conversion performance is reduced by std::function which is not inlined
- Conversion produces new block arrays which are flagged as needing GC