Skip to content

Commit a2cd9aa

Browse files
committed
Allow blocks of serialized integers to be encoded in less space if they're small.
1 parent 705ee28 commit a2cd9aa

File tree

5 files changed

+277
-117
lines changed

5 files changed

+277
-117
lines changed

typed_python/NullSerializationContext.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class NullSerializationContext : public SerializationContext {
3838

3939

4040
virtual bool serializePodListsInline() const {
41-
return true;
41+
return false;
4242
}
4343
virtual bool isCompressionEnabled() const {
4444
return false;

0 commit comments

Comments
 (0)