google / riegeli

Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers.
Apache License 2.0
418 stars 53 forks source link

Non-tfrecord build #7

Open micahcc opened 4 years ago

micahcc commented 4 years ago

It would be good to limit the dependencies on tfrecords since a lot people might only want to use this independently. Maybe have a config_setting for it.

It would also be good to include examples for building a .so for non-bazel users. (Maybe a makefile?)