Skip to content

sergiogarciadev/libz509pq

 
 

Repository files navigation

libx509pq libz509pq

X.509 certificate parsing library for PostgreSQL using zstandard compression

Motivation

This is a fork from original libx509pq using zstardard with a custom dictionary to achieve about 50% compression per certificate resulting in about 20-30% less storage usage.

The custom dictionary is stored in the zdict.bin for usage outside this library.

Feedback Received

If your filesystem provides good compression, like ZFS does, the usage of this library doesn't not help much achieving just marginal results in expense of adding more complexity.

About

X.509 certificate parsing library for PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Other 1.0%