fuzzyreasoning / algo-journey

GNU General Public License v2.0
0 stars 0 forks source link

Java8 review #4

Open johnthebrave opened 8 years ago

johnthebrave commented 8 years ago

http://openjdk.java.net/jeps/180

johnthebrave commented 8 years ago

HashMap java http://openjdk.java.net/jeps/180 vs C++14 hash_map http://preshing.com/20110603/hash-table-performance-tests/ http://preshing.com/20130107/this-hash-table-is-faster-than-a-judy-array/

johnthebrave commented 8 years ago

Partial Function Application - HOF http://stackoverflow.com/questions/22577261/partial-function-application-in-java-8 http://technicalitee.blogspot.ro/2014/02/partially-applied-functions-in-java-8.html http://rosettacode.org/wiki/Partial_function_application

(C++ http://stackoverflow.com/questions/11630379/partial-application-with-a-c-lambda)