Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
parquet-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
3.1k
Code
Issues
580
Pull requests
154
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
GH-3511: Add JMH encoding benchmarks and fix parquet-benchmarks shaded jar
- #3512
#3512
Closed
iemejia
wants to merge 27 commits into
apache:master
apache/parquet-java:master
from
iemejia:perf-benchmarks
iemejia/parquet-java:perf-benchmarks
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
GH-3511: Add JMH encoding benchmarks and fix parquet-benchmarks shaded jar
#3512
iemejia
wants to merge 27 commits into
apache:master
apache/parquet-java:master
from
iemejia:perf-benchmarks
iemejia/parquet-java:perf-benchmarks
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
GH-3511: Add JMH encoding benchmarks and fix parquet-benchmarks shaded jar
Show description for 184fd84
iemejia
committed
184fd84
View commit details
Copy full SHA for 184fd84
Browse repository at this point
GH-3511: Isolate setup cost and benchmark full dictionary paths
Show description for bbf36c7
iemejia
committed
bbf36c7
View commit details
Copy full SHA for bbf36c7
Browse repository at this point
GH-3511: Tighten dictionary benchmarks and reduce setup coupling
Show description for 1710b3b
iemejia
committed
1710b3b
View commit details
Copy full SHA for 1710b3b
Browse repository at this point
Add JMH CompressionBenchmark for isolated codec throughput measurement
Show description for 04bce6a
iemejia
committed
04bce6a
View commit details
Copy full SHA for 04bce6a
Browse repository at this point
Fine-tune JMH benchmarks for targeted per-branch measurement
Show description for 440c38c
iemejia
committed
440c38c
View commit details
Copy full SHA for 440c38c
Browse repository at this point
GH-3522: Add batch read APIs to ValuesReader hierarchy (from par13)
iemejia
committed
bf599cd
View commit details
Copy full SHA for bf599cd
Browse repository at this point
Override readIntegers() in RLE ValuesReader to delegate to batch decoder (from par13)
iemejia
committed
17e20bd
View commit details
Copy full SHA for 17e20bd
Browse repository at this point
Add ValuesReader-level and batch RLE decode benchmarks
Show description for 33478f4
iemejia
committed
33478f4
View commit details
Copy full SHA for 33478f4
Browse repository at this point
Add PLAIN decoding benchmark for all numeric types (INT32/INT64/FLOAT/DOUBLE)
Show description for 5294294
iemejia
committed
5294294
View commit details
Copy full SHA for 5294294
Browse repository at this point
Add batch decode benchmarks to ByteStreamSplitDecodingBenchmark
Show description for ecb854e
iemejia
committed
ecb854e
View commit details
Copy full SHA for ecb854e
Browse repository at this point
Add BOOLEAN encoding characterization benchmark (V1 PLAIN vs V2 RLE)
Show description for 1072d58
iemejia
committed
1072d58
View commit details
Copy full SHA for 1072d58
Browse repository at this point
Add batch decode benchmarks to BooleanEncodingBenchmark (V1 PLAIN + V2 RLE)
Show description for ae8d22a
iemejia
committed
ae8d22a
View commit details
Copy full SHA for ae8d22a
Browse repository at this point
Add dictionary encoding benchmark for LONG, FLOAT, DOUBLE, and FLBA types
Show description for dcd9812
iemejia
committed
dcd9812
View commit details
Copy full SHA for dcd9812
Browse repository at this point
Expand FLBA benchmark: add DELTA_BYTE_ARRAY, BSS, DICTIONARY encode+decode
Show description for 598f470
iemejia
committed
598f470
View commit details
Copy full SHA for 598f470
Browse repository at this point
Add LZ4_RAW to file-level benchmark @Param codec lists
Show description for dbb3562
iemejia
committed
dbb3562
View commit details
Copy full SHA for dbb3562
Browse repository at this point
Add batch encode benchmarks for BOOLEAN writeBooleans() API
Show description for 67ef35b
iemejia
committed
67ef35b
View commit details
Copy full SHA for 67ef35b
Browse repository at this point
Add batch encode benchmarks for PLAIN numeric encoding (INT32/INT64/FLOAT/DOUBLE)
Show description for cb0ba5b
iemejia
committed
cb0ba5b
View commit details
Copy full SHA for cb0ba5b
Browse repository at this point
Add FLBA PLAIN batch encode/decode benchmarks (encodePlainBatch, decodePlainBatch)
Show description for 7f08762
iemejia
committed
7f08762
View commit details
Copy full SHA for 7f08762
Browse repository at this point
Add BROTLI to CompressionBenchmark codec parameter list
Show description for af56526
iemejia
committed
af56526
View commit details
Copy full SHA for af56526
Browse repository at this point
Add BROTLI direct bypass in DirectCodecFactory using jbrotli JNI
Show description for 5cd1b29
iemejia
committed
5cd1b29
View commit details
Copy full SHA for 5cd1b29
Browse repository at this point
Use bulk ByteBuffer view reads in BSS batch decode for all numeric types
Show description for c55905c
iemejia
committed
c55905c
View commit details
Copy full SHA for c55905c
Browse repository at this point
Optimize BOOLEAN decoding: direct bit extraction and batch readBooleans()
Show description for 957d909
iemejia
committed
957d909
View commit details
Copy full SHA for 957d909
Browse repository at this point
Use lookup table for boolean batch decode (PLAIN + RLE PACKED)
Show description for f36eac3
iemejia
committed
f36eac3
View commit details
Copy full SHA for f36eac3
Browse repository at this point
Optimize BOOLEAN encoding: batch writeBooleans() with direct byte packing
Show description for 6503314
iemejia
committed
6503314
View commit details
Copy full SHA for 6503314
Browse repository at this point
Optimize PLAIN encoding: batch writeIntegers/writeLongs/writeFloats/writeDoubles with bulk ByteBuffer view transfers
Show description for 7449f7c
iemejia
committed
7449f7c
View commit details
Copy full SHA for 7449f7c
Browse repository at this point
Add batch read/write APIs for fixed-length byte arrays
Show description for e8e256d
iemejia
committed
e8e256d
View commit details
Copy full SHA for e8e256d
Browse repository at this point
Optimize FLBA BSS encoding: batched scatter replacing per-byte stream writes
Show description for 165bf49
iemejia
committed
165bf49
View commit details
Copy full SHA for 165bf49
Browse repository at this point
You can’t perform that action at this time.