corda/.idea
Rick Parker b29713d7b9
ENT-6947 Intern common types to reduce heap footprint (#7239)
ENT-6947: Implement interning for SecureHash, CordaX500Name, PublicKey, AsbtractParty and SignatureAttachmentConstraint, including automatic detection of internable types off companion objects in AMQP & Kyro deserialization.  In some cases, add new factory methods to companion objects, and make main code base use them.

Performance tested in performance cluster with no negative impact visible (so default concurrency setting seems okay).

Testing suggests 5-6x memory saving for tokens in TokensSDK in memory selector.  Should see approx. 1 million tokens per GB or better (1.5 million for the tokens we tested with).
2022-10-18 09:28:41 +01:00
..
codeStyles ENT-6947 Intern common types to reduce heap footprint (#7239) 2022-10-18 09:28:41 +01:00
runConfigurations [CORDA:936]: Enable RPC layer to work with SSL 2018-01-23 16:23:37 +00:00
scopes Add an IntelliJ scope that covers the currently supported Corda API. 2017-09-27 11:47:34 +02:00
codeStyleSettings.xml Initial stub for IntelliJ Code Style settings (#1832) 2017-10-09 13:24:17 +01:00