diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:22:51 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:22:51 +0100 |
commit | 165312053bec1d36b161088258e97cf2eaa1ca54 (patch) | |
tree | 4f1010eb6e5cdb074e746f65000a8c254c87a665 /tests/calendar.fbs | |
parent | 0818f3de0fe44ad53358fafd57c6d7dea729d319 (diff) | |
download | sink-165312053bec1d36b161088258e97cf2eaa1ca54.tar.gz sink-165312053bec1d36b161088258e97cf2eaa1ca54.zip |
make this 2 orders of magnitude faster by using uninitialized vectors
Diffstat (limited to 'tests/calendar.fbs')
-rw-r--r-- | tests/calendar.fbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/calendar.fbs b/tests/calendar.fbs index 203ee43..ef4f112 100644 --- a/tests/calendar.fbs +++ b/tests/calendar.fbs | |||
@@ -5,7 +5,7 @@ namespace Calendar; | |||
5 | table Event { | 5 | table Event { |
6 | summary:string; | 6 | summary:string; |
7 | description:string; | 7 | description:string; |
8 | attachment:[byte]; | 8 | attachment:[ubyte]; |
9 | } | 9 | } |
10 | 10 | ||
11 | root_type Event; | 11 | root_type Event; |