Hacker News
- Java garbage collection can be really slow http://jvns.ca/blog/2016/04/22/java-garbage-collection-can-be-really-slow/ 181 comments
- Why Java exceptions are slow (and Common Lisp conditions aren't) http://groups.google.com/group/comp.lang.lisp/msg/6157c055503e8ba8 34 comments
- Project Leyden – addressing Java’s slow startup time https://mail.openjdk.java.net/pipermail/discuss/2020-April/005429.html 3 comments
- Why do people still say Java is slow? http://programmers.stackexchange.com/questions/368/why-do-people-still-say-java-is-slow 31 comments
- Java is slow and verbose (or maybe it isn't 🤷♂️) https://youtu.be/lGAYLVk5HaY 6 comments java
- Java's -XX:+AggressiveOpts: Can it slow you down? https://www.opsian.com/blog/aggressive-opts/ 16 comments java
- Anyone else notice Eclipse is slow under Java 9 and G1 Garbage Collector https://www.reddit.com/r/java/comments/7a6067/anyone_else_notice_eclipse_is_slow_under_java_9/ 6 comments java
- Java serialization/deserialization: slow? https://www.reddit.com/r/java/comments/7a5an2/java_serializationdeserialization_slow/ 5 comments java
- [Java][JavaFX] How to slow down execution https://www.reddit.com/r/learnprogramming/comments/6qjdpo/javajavafx_how_to_slow_down_execution/ 12 comments learnprogramming
- [Question] How to workaround slowness of Xamarin.Android Java interop https://stackoverflow.com/questions/44603453/how-to-workaround-slowness-of-xamarin-android-java-interop 3 comments csharp
- Java Garbage Collection can be Really Slow http://jvns.ca/blog/2016/04/22/java-garbage-collection-can-be-really-slow/ 82 comments programming
- Struct arrays benchmark revisited: trig function calls are slow in Java, but without them Factor is still 3x faster http://factor-language.blogspot.com/2009/08/struct-arrays-benchmark-revisited.html 34 comments programming
- Java is Slow! http://thedailywtf.com/articles/java-is-slow!.aspx 91 comments programming
- Java's LinkedBlockingQueue + Generational Garbage Collection = Slow http://tech.puredanger.com/2009/02/11/linkedblockingqueue-garbagecollection/ 18 comments programming
- Why Java exceptions are slow (and CL conditions aren't) http://groups.google.com/group/comp.lang.lisp/msg/6157c055503e8ba8 114 comments programming
- Java != Slow http://thermalnoise.wordpress.com/2007/09/08/java-slow/ 104 comments programming
- Java Reflection is twice as slow as direct access, MethodHandle also but there's a solution https://www.optaplanner.org/blog/2018/01/09/javareflectionbutmuchfaster.html 33 comments java
- Java 9 proposal could speed some apps, but slow others http://www.infoworld.com/article/3126145/java/java-9-proposal-could-speed-some-apps-but-slow-others.html 8 comments java
- Is Scala's compiler really that slow compared to Java? https://www.reddit.com/r/scala/comments/4wmd9g/is_scalas_compiler_really_that_slow_compared_to/ 30 comments scala
- You think Java is slow and heavy? The fastest web server in the world is written in Java! https://www.techempower.com/benchmarks/#section=data-r12&hw=peak&test=plaintext 103 comments java
- Why adding to a LinkedList (in Java) is more than twice as slow as adding to an ArrayList, and why inserting into an ArrayList is approximately 100x slower than inserting into a primitive array http://flavor8.com/index.php/2012/02/25/java-performance-autoboxing-and-data-structure-choice-obviously-matter-but-by-how-much/ 43 comments programming
- Micro optimizations in Java. Good, nice and slow Enum https://medium.com/@ddumanskiy/micro-optimizations-in-java-good-nice-and-slow-enum-261e6f77bd2e?sk=2efd362f40b01c300b09f425d57a9bb0 32 comments java
- When C becomes too slow, the JVM has to be written in Java... project Maxwell http://www.adam-bien.com/roller/abien/entry/when_c_becomes_too_slow 19 comments programming
- Help optimize painfully slow Rust code ported from Java. https://play.rust-lang.org/?edition=2021&gist=5344a6b5b841e668232e357e73ae60d5&mode=debug&version=stable 74 comments rust
- How to remove ghost java script slowing down page load times? http://workphlo.shop 3 comments shopify
- Clearing up some common Java misconceptions. - "I think NetBeans and Eclipse are excellent examples of how Java code can be written by quite experienced developers, and still be rather slow." http://pinderkent.blogsavy.com/archives/33 3 comments programming
- How to write slow Rust code. My battle to beat Common Lisp and Java on a phone number encoding problem. https://renato.athaydes.com/posts/how-to-write-slow-rust-code.html 36 comments programming
- O proggit, I wrote "ire" - incremental regular expressions (java, monoids and ropes inside, sometimes dead slow and sometimes freakin' fast but curious anyways) https://github.com/jkff/ire 4 comments programming
- Regular Expression Matching Can Be Simple And Fast (but is slow in Java, Perl, PHP, Python, Ruby, ...) http://swtch.com/~rsc/regexp/regexp1.html 5 comments perl
- Regular Expression Matching Can Be Simple And Fast (but is slow in Java, Perl, PHP, Python, Ruby, ...) http://swtch.com/~rsc/regexp/regexp1.html? 131 comments programming
- With Java's increasing complexity, JCP's slow responsiveness, Oracle's lawsuit against Google, Apple's decision to unbundle it from OS X, Swing's non-native look, etc... is Java a good choice to develop new applications? Or is it dead-walking as a language ? (genuine question, not inflammatory) http://www.oracle.com/us/technologies/java/index.htm 706 comments programming