Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kev626 committed Nov 14, 2021
1 parent 1e9de23 commit 1116998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
[home]: https://pufferfish.host
[knowledgebase]: https://docs.airplane.gg
[knowledgebase]: https://docs.pufferfish.host
[discord]: https://discord.gg/reZw4vQV9H
[downloads]: https://ci.pufferfish.host/job/Pufferfish

Expand All @@ -10,7 +10,7 @@ A highly optimized Paper/Airplane fork designed for large servers requiring both

## Features

- **Sentry Integration** Easily track all errors coming from your server
- **Sentry Integration** Easily track all errors coming from your server in excruciating detail
- **Better Entity Performance** Reduces the performance impact of entities by skipping useless work and making barely-noticeable changes
- **Partial Asynchronous Processing** Partially offloads some heavy work to other threads where possible without sacraficing stability
- Complete compatibility with any plugin compatible with Paper
Expand Down
@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Kevin Raneri <kevin.raneri@gmail.com>
Date: Tue, 9 Nov 2021 14:33:16 -0500
Subject: [PATCH] Optimze entity coordinate key
Subject: [PATCH] Optimize entity coordinate key

When executing getCoordinateKey for entities (a hotpath), the JVM is
required to repeatedly cast doubles to longs. The performance impact of
Expand Down
@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Kevin Raneri <kevin.raneri@gmail.com>
Date: Tue, 9 Nov 2021 14:50:57 -0500
Subject: [PATCH] Optimze suffocation
Subject: [PATCH] Optimize suffocation

The isInWall check to determine suffocation is quite expensive, and
often is completely unnecessary to check. We do two things here to
Expand Down

0 comments on commit 1116998

Please sign in to comment.