From 3842aa3d63957d3a4a850343736b3c26052fcdf2 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:20:15 -0500 Subject: [PATCH] Drop `Remove stream in PlacedFeature` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Kobe ⑧ <102713261+HaHaWTH@users.noreply.github.com> --- .../server/0102-Remove-stream-in-PlacedFeature.patch | 2 ++ 1 file changed, 2 insertions(+) rename patches/{ => removed}/server/0102-Remove-stream-in-PlacedFeature.patch (98%) diff --git a/patches/server/0102-Remove-stream-in-PlacedFeature.patch b/patches/removed/server/0102-Remove-stream-in-PlacedFeature.patch similarity index 98% rename from patches/server/0102-Remove-stream-in-PlacedFeature.patch rename to patches/removed/server/0102-Remove-stream-in-PlacedFeature.patch index 727df5d8e..9fbf800ab 100644 --- a/patches/server/0102-Remove-stream-in-PlacedFeature.patch +++ b/patches/removed/server/0102-Remove-stream-in-PlacedFeature.patch @@ -3,6 +3,8 @@ From: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> Date: Tue, 9 Nov 2077 00:00:00 +0800 Subject: [PATCH] Remove stream in PlacedFeature +Removed since still need to improve + Stream operation in PlacedFeature take much time generating features, replace them with for loop uwu Before: 3684ms