changed dictionary size to power of two in order to use mask to avoid bounds checking. |
|
More...
|
over 11 years ago
|
Switch and HotSpot JIT do not mix, fixed performance issue. |
|
More...
|
over 11 years ago
|
primitive cleanup, decimal caliper test, write chars methods. |
|
More...
|
over 11 years ago
|
started writeChar operations (in progress) |
|
More...
|
over 11 years ago
|
wrapper methods to inline char work |
|
More...
|
over 11 years ago
|
Finished TextHeap with unit tests for all the methods. |
|
More...
|
over 11 years ago
|
New TextHeap class to support the char sequence needs. |
|
More...
|
over 11 years ago
|
Finalized design for read/write of decimals (leverages int/long work) |
|
More...
|
over 11 years ago
|
General cleanup and some planning. |
|
More...
|
over 11 years ago
|
Removed byte array from primitive writer pmap logic for performance. |
|
More...
|
over 11 years ago
|
fixed read/write long, caliper results stable for int and long. |
|
More...
|
over 11 years ago
|
Still refactoring reader/writer need to fix chars and longs |
|
More...
|
over 11 years ago
|
Refactor in progress, removing second array from reader/writers |
|
More...
|
over 11 years ago
|
added all long support. added dictionary builder and context. |
|
More...
|
over 11 years ago
|
Finished Signed Int support, started on Long Unsigned support. Started STaX parser design. Started changes for multiple dictionaries |
|
More...
|
over 11 years ago
|
read/write unsigned int tests for all operations |
|
More...
|
over 11 years ago
|
standardize the read/write type method names for easier readability. |
|
More...
|
over 11 years ago
|
Found the best place to use Caliper (Group write/read testing) |
|
More...
|
over 11 years ago
|
Attempted to add Google Caliper without great results. May be easer and more private ways to achieve this. |
|
More...
|
over 11 years ago
|
working on unsigned int operations and caliper test |
|
More...
|
over 11 years ago
|
Working on int opps and read performance of primitives. |
|
More...
|
over 11 years ago
|
new string tests, and reader interfaces. deleted old code. |
|
More...
|
over 11 years ago
|
adding string group unit tests and clean up |
|
More...
|
over 11 years ago
|
new ASCII and UTF8 read methods |
|
More...
|
over 11 years ago
|
Looking for write error that can be found by changing the Block Size. |
|
More...
|
over 11 years ago
|
new block writer for output with reverse flush (pump) |
|
More...
|
over 11 years ago
|
Starting new output flush idea to improve ByteBuffer compatibility. |
|
More...
|
over 11 years ago
|
Removed more dead classes and rough in of write API |
|
More...
|
over 11 years ago
|
Roughed in all the public FASTWriter calls, some minor work on group remains. |
|
More...
|
over 11 years ago
|
Investigating NIO and gather (disappointing) Continuing unit tests for groups of integers with no opp. |
|
More...
|
over 11 years ago
|