RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
240 stars 72 forks source link

Use Sereal for serialization in Kernel::System::Cache #3528

Closed bschmalhofer closed 1 week ago

bschmalhofer commented 1 week ago

https://metacpan.org/pod/Sereal is said to be faster than https://metacpan.org/pod/Storable. So lets use that in Kernel::System::Storable. See also #73, #107 and #435.