You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I assume that NewNativeCompactionFilter is in place to allow for a C based implementation of a CompactionFilter due to the fact using the CompactionFilter interface in a Go based filter is extremely slow due to the CGO overhead of calling that Filter for every key you want to potentially filter out?
If that's the case, are there any known examples in the wild or snippets for implementing the C filter in the wild?
thanks!
The text was updated successfully, but these errors were encountered:
Can I assume that NewNativeCompactionFilter is in place to allow for a C based implementation of a CompactionFilter due to the fact using the CompactionFilter interface in a Go based filter is extremely slow due to the CGO overhead of calling that Filter for every key you want to potentially filter out?
If that's the case, are there any known examples in the wild or snippets for implementing the C filter in the wild?
thanks!
The text was updated successfully, but these errors were encountered: