¡@

Home 

java Programming Glossary: ymmv

What impact, if any, does the -d64 swtich have on Sun JVM resident memory usage?

http://stackoverflow.com/questions/1443677/what-impact-if-any-does-the-d64-swtich-have-on-sun-jvm-resident-memory-usage

XX UseCompressedOops to get rid of some of the bloat. YMMV but people have reported upto 50 drop in memory bloat by using..

Call graph of the whole application

http://stackoverflow.com/questions/2161613/call-graph-of-the-whole-application

the time to just analyze it so we tend not to export it. YMMV. . It is relatively easy to extract call graph information from..

Java Runtime.getRuntime().exec() alternatives

http://stackoverflow.com/questions/2876964/java-runtime-getruntime-exec-alternatives

Java obfuscators [closed]

http://stackoverflow.com/questions/310533/java-obfuscators

Though to be fair these were all quite some versions ago YMMV. I used to use the GUI only to get a config started and then..

Java webstart max-heap-size causes JVM cannot be started

http://stackoverflow.com/questions/3285915/java-webstart-max-heap-size-causes-jvm-cannot-be-started

depending on what processes are running on each PC so YMMV . Checkout the following posts for some explanations Java maximum..

Does use of final keyword in Java improve the performance?

http://stackoverflow.com/questions/4279420/does-use-of-final-keyword-in-java-improve-the-performance

design. In my experience it's almost never worth it YMMV. EDIT As final fields have been mentioned it's worth bringing..

Hibernate use of PostgreSQL sequence does not affect sequence table

http://stackoverflow.com/questions/4288740/hibernate-use-of-postgresql-sequence-does-not-affect-sequence-table

Java Reflection Performance

http://stackoverflow.com/questions/435553/java-reflection-performance

Binary search in a sorted (memory-mapped ?) file in Java

http://stackoverflow.com/questions/736556/binary-search-in-a-sorted-memory-mapped-file-in-java

based implementation was about 275 faster. YMMV. To work for files larger than ~2GB which is a problem because..

Efficiently compute Intersection of two Sets in Java?

http://stackoverflow.com/questions/7574311/efficiently-compute-intersection-of-two-sets-in-java

And as always there are dangers with micro benchmarks. YMMV. Here are the ugly results times in milliseconds Running tests..

What are good InstallAnywhere replacements for installing a Java EE application?

http://stackoverflow.com/questions/759855/what-are-good-installanywhere-replacements-for-installing-a-java-ee-application

for our needs many of these are subjective of course so YMMV install4j definitely has better support for running custom Java..

what eclipse GUI builder plugin do you suggest [duplicate]

http://stackoverflow.com/questions/942696/what-eclipse-gui-builder-plugin-do-you-suggest

and very reasonable price. Please keep in mind that YMMV since everyone has different preferences and requirements. ..

Calculating and printing the nth prime number

http://stackoverflow.com/questions/9625663/calculating-and-printing-the-nth-prime-number

seconds. This time can be reduced to about 15 seconds here YMMV by storing the flags packed one bit per flag instead of as boolean..