Skip to content
Snippets Groups Projects
Commit 5b1d6b62 authored by David Sehnal's avatar David Sehnal
Browse files

bcif todo

parent 442f4deb
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ import Encoder from '../encoder'
// TODO: support for "coordinate fields", make "coordinate precision" a parameter of the encoder
// TODO: automatically detect "precision" of floating point arrays.
// TODO: automatically detect "best encoding" for integer arrays. This could be used for "fixed-point" as well.
// TODO: add "repeat encoding"? [[1, 2], [1, 2], [1, 2]] --- Repeat ---> [[1, 2], 3]
// TODO: Add "higher level fields"? (i.e. generalization of repeat)
export const enum FieldType {
Str, Int, Float
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment