Jul
28
2025

Performance release
- Added additional pre- and postprocessing pathes in memory for small data transmissions. This ist much faster than the streaming solution which has been used so far and also reduces the file IO. It includes generation of signature, encryption, generation of file hash, verification of file hash, verification of signatures, decryption, compression and decompression. For data > 3MB the system switches to the so far used streaming solution to reduce the memory foodprint
- Decreased the initializing time of OFTP2 protocol fields which results in higher data transfer rate
- Added caches for values that are not production relevant but just for the display, e.g. the number of transactions in the system - there is no need to update them for each transaction, a lazy update is possible here
- Dependencies: Updated to lucene 9.12.2