apache / datasketches-postgresql

PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
https://datasketches.apache.org
Apache License 2.0
85 stars 11 forks source link

To string #23

Closed AlexanderSaydakov closed 4 years ago

AlexanderSaydakov commented 4 years ago

Compatibility with the current core library. Moved allocation to the C adapter where the exact size is known as opposed to reserving an excessive amount.

jmalkin commented 4 years ago

👍