Commit 8bab3ed
committed
Call specialized
This can be leverage by some serialization format like messagepack
to use a more optimized encoding. Relying on the slice serialization
instead require serializing an entire array of integer instead which
can take substantially more space and time.serialize_bytes method instead of serializing a slice1 parent 3e6ec6c commit 8bab3ed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | | - | |
| 885 | + | |
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| |||
0 commit comments