Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Dmitriy Dumanskiy
Dmitriy Dumanskiy has asked
37
questions and find answers to
4
problems.
Stats
387
EtPoint
93
Vote count
37
questions
4
answers
About
My specialization is java and performance optimizations.
Dmitriy Dumanskiy questions
Why RecordComponent doesn't have annotation info that is defined in the Records class in Java 17?
How do I get all Record fields and its values via reflection in Java 17?
Is there is a faster alternative for Integer.toString(myInt).getBytes(US_ASCII)?
Why does my Oracle JVM create all these objects for a simple 'Hello World' program?
Why is Arrays.copyOf 2 times faster than System.arraycopy for small arrays?
How to export all packages from Java 9 module? [duplicate]
How to exclude module-info.java from checkstyle plugin checks?
Why is String concatenation faster than String.valueOf for converting an Integer to a String?
Unable to derive module descriptor for auto generated module names in Java 9?
Why there is performance degradation after ~6 hours of Java 9 G1 work without the actual increase in load?
Dmitriy Dumanskiy answers
How to execute business logic handler in a separate thread pool using netty
Clickhouse JDBC driver class name
How to create a authentication token using Java