sooluckyseven
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
without benchmark, anything you try can just be for nothing.
284 replies
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
Well his goal is to have better performance, without benchmark you can decide what is best.
284 replies
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
and you can see if buffer are copied for nothing or called multiple time when they should not.
284 replies
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
284 replies
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
the flamegraph is really fast in knowing what take time
284 replies
JCHJava Community | Help. Code. Learn.
•Created by Verse on 2/6/2025 in #java-help
Performance & Readability Improvements
284 replies
JCHJava Community | Help. Code. Learn.
•Created by SidKid on 2/5/2025 in #java-help
question about Java
html/css/javascript bubble happened.
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Иисус on 12/1/2024 in #java-help
Loom, Postgres, Hikari
is your network card bandwidth large enough?
parallel database requests
is it really 300_000 parallel requests or is it only #core x 2 like HikariCP set.39 replies
JCHJava Community | Help. Code. Learn.
•Created by Иисус on 12/1/2024 in #java-help
Loom, Postgres, Hikari
so you make 10_000 query / sec and yout goal is 100_000 query / sec
39 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
or use a external cache
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
make a timeout hashmap where the key is the id,
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
or if you reallyu want it in the code
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
do not do that in the code
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
what you need is a http cache
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
then cache for 1 min request by id
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
use something like varnish
34 replies
JCHJava Community | Help. Code. Learn.
•Created by lars on 11/27/2024 in #java-help
Using singleton pattern at a request level basis
yo, cache your responce by id
34 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
Do not forget to set the java Mainclass to your main class. This setting is in gradle.
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
To execute this jar, you can do
30 replies
JCHJava Community | Help. Code. Learn.
•Created by 🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊 on 11/26/2024 in #java-help
I am completely new
this jar contains all your code to be executed by java
30 replies