-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Tried to use FEC in a personal project that uses compiled expressions for its core functionality - https://github.com/dbolin/Apex.Serialization
After replacing the calls to Compile() with CompileFast(), 30 tests of out the 272 total fail. If I call CompileFast(true), 134 tests fail.
I wasn't able to run any benchmarks beyond the simplest case to see if there would be any runtime performance difference.
dzmitry-lahoda