-
Notifications
You must be signed in to change notification settings - Fork 28
/
TODO
41 lines (24 loc) · 989 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is a list of ideas of how to improve piqi-erlang.
Current issues and feature requests: https://github.com/alavrik/piqi-erlang/issues
New features
------------
- optionally, copy sub-binaries during deserialization
- optionally, treat Piqi enums as Erlang integers and generate enum constants as
macros instead of atoms
Optimizations
-------------
- faster piqi_tools.erl pooling especially for short-lived processes such as
used by Piqi-RPC
- profile and optimize piqirun.erl especially on recent Erlang releases
Packaging
---------
- drop piqi-binary as a dependency and rely having a compatible version of piqi
in path (after piqi-0.7.0 is release)
- add piqic-erlang --version and --piqi-version options
- add compile-time check for a match between runtime and generated .erl stubs
Miscellaneous
-------------
- add examples/piq-config that uses frameless Piq as input/output; see
piqi-ocaml/examples/piq-config for details
- more tests
# ex: et sw=4 ts=4