Hi @thekvs , compliments on building a nice and clean wrapper around the zstd compression library!
Is there a specific reason why you are building the zstd library using a configure script ? For package fst I'm only using the relevant files from zstd's source code and use R's default build process. Are there any specific advantages to using a configure script ?
Great work!