cquezel
cquezel
I thought this was a "general" project for starting a npm module. The .npmrc file is a user per project configuration file used by npm. I think that most users...
The code in single threaded. Would this make a difference?
I think I have identified the problem. Will try to build a small test case next week. It seams related to the order of readObject calls. I think this is...
BTW, Although deserialization did not work, Fury serialization took 21 seconds while Java took 3 minutes (12% 21/180)
I see no problems with Fury being 8.5 times faster than JDK serialisation. Were you expecting better performance?
adding withAsyncCompilation(true) did not change performances.