﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13239	[Patch] Java 8: MapCSS Condition class	michael2402	team	"The switch/case in conditions can be removed by using lambda expressions

The speed is not affected by this (the JIT can produce similar assembly code in both cases)

I noticed a small decrease in floating point performance, I think this happens because of the nested lambdas. It is less than 5%, so probably OK.

Performance of EQ seems to have improved extremely (~4 times compared to NEQ). This is because of the JIT thinking that that call is special and optimizing/inlining it. If you change the order of the Ops that are used before the JIT jumps in, you get an other fast entry ;-)."	enhancement	closed	normal	16.07	Core mappaint		fixed	gsoc-core java8	Don-vip bastiK stoecker
