enso/tools/legal-review
Hubert Plociniczak 4da5e611c9
Replace Jackson serde (#10035)
JSON serialization setup between Language Server and Runtime is a major contributor to startup time. This PR experiments with an alternative implementation that remedies the problem.
The new serializer uses [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala) which by some accounts claims to be really fast. In our case, more importantly, we pay negligible cost of startup setup compared to Jackson which was horribly slow.

# Important Notes
Before:
![Screenshot from 2024-06-06 15-35-18](https://github.com/enso-org/enso/assets/292128/56103b82-777e-459f-966e-abdef25c2430)
After:
![Screenshot from 2024-06-06 15-35-02](https://github.com/enso-org/enso/assets/292128/00a36647-dfae-4dc8-a1b7-bf69069ef109)

Yes. About 0.8sec.
2024-06-11 15:03:12 +00:00
..
AWS Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
Base Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
Database Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
engine Replace Jackson serde (#10035) 2024-06-11 15:03:12 +00:00
Google_Api Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00
Image Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
launcher Removing Truffle API dependency from runtime-compiler project (#9785) 2024-04-26 13:14:22 +00:00
license-texts Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
project-manager Replace Jackson serde (#10035) 2024-06-11 15:03:12 +00:00
Snowflake Snowflake Connectivity (#9435) 2024-03-20 10:06:12 +00:00
Table Add AWS SSO JARs to the Standard.AWS library (#9782) 2024-04-25 18:44:51 +00:00