0
I Use This!
Inactive

Commits : Listings

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