Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Luis Majano / Luis Majano ()
Created: 02/28/2018
Components: Language
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Linux All
Vote Count: 1
This is one of the biggest pain points of CFML the inabilty to work with large datasets or infinite data collections. Node does this and yes, Java does this natively and amazingly. Java Streams were introduced in Java 8 and they are incredible.
Tap into Java Streams for CF Collections. Here are some examples based on groovy:
http://mariogarcia.github.io/functional-groovy/#_streams
Attachments:
Comments: