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 }}
scylladb
/
python-driver
Public
forked from
apache/cassandra-python-driver
Notifications
You must be signed in to change notification settings
Fork
60
Star
82
Code
Issues
161
Pull requests
113
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[DO NOT MERGE] (Improvement) improve performance of Vector type parsing
- #689
#689
Closed
mykaul
wants to merge 17 commits into
scylladb:master
scylladb/python-driver:master
from
mykaul:int32_pack
mykaul/python-driver:int32_pack
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
[DO NOT MERGE] (Improvement) improve performance of Vector type parsing
#689
mykaul
wants to merge 17 commits into
scylladb:master
scylladb/python-driver:master
from
mykaul:int32_pack
mykaul/python-driver:int32_pack
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2026
(improvement) Optimize Cython byte unpacking with ntohs/ntohl and int.from_bytes
Show description for 540d3cb
mykaul
committed
540d3cb
View commit details
Copy full SHA for 540d3cb
Browse repository at this point
(improvement) optimize float deserialization with ntohl() intrinsic
Show description for a74287c
mykaul
committed
a74287c
View commit details
Copy full SHA for a74287c
Browse repository at this point
fix: refactor to use from_ptr_and_size() helper consistently
Show description for 752b5c3
mykaul
committed
752b5c3
View commit details
Copy full SHA for 752b5c3
Browse repository at this point
benchmarks: Add VectorType deserialization performance benchmark
Show description for 838d27c
mykaul
committed
838d27c
View commit details
Copy full SHA for 838d27c
Browse repository at this point
(improvement) cqltypes: Optimize VectorType deserialization with struct.unpack
Show description for 0591419
mykaul
committed
0591419
View commit details
Copy full SHA for 0591419
Browse repository at this point
(improvement) cqltypes: Use numpy for large VectorType deserialization
Show description for 0524cb1
mykaul
committed
0524cb1
View commit details
Copy full SHA for 0524cb1
Browse repository at this point
(Improvement)Optimize VectorType deserialization with Cython deserializer
Show description for 2f3c54c
mykaul
committed
2f3c54c
View commit details
Copy full SHA for 2f3c54c
Browse repository at this point
(improvement)Add VectorType support to numpy_parser for 2D array parsing
Show description for cdc81ac
mykaul
committed
cdc81ac
View commit details
Copy full SHA for cdc81ac
Browse repository at this point
fix: Add Windows support for ntohl/ntohs with platform-specific headers
Show description for f640cf7
mykaul
committed
f640cf7
View commit details
Copy full SHA for f640cf7
Browse repository at this point
fix: Add buffer bounds validation to Cython deserializers
Show description for 4db4ff9
mykaul
committed
4db4ff9
View commit details
Copy full SHA for 4db4ff9
Browse repository at this point
benchmarks: expand vector sizes
mykaul
committed
c0cf009
View commit details
Copy full SHA for c0cf009
Browse repository at this point
tests: add coverage for variable-size VectorType Cython fallback and numpy large vector deserialization
Show description for c8dc236
mykaul
committed
c8dc236
View commit details
Copy full SHA for c8dc236
Browse repository at this point
test: remove unused Mock import (review feedback)
Show description for 660c0cf
mykaul
and
claude
committed
660c0cf
View commit details
Copy full SHA for 660c0cf
Browse repository at this point
vector: drop ShortType from fast-path optimization, fix numpy_parser fallback
Show description for 5c3bbb6
mykaul
and
claude
committed
5c3bbb6
View commit details
Copy full SHA for 5c3bbb6
Browse repository at this point
deserializers: route variable-length VectorType subtypes to GenericDeserializer
Show description for 29fcfd5
mykaul
and
claude
committed
29fcfd5
View commit details
Copy full SHA for 29fcfd5
Browse repository at this point
fix: address CodeRabbit findings - Windows link lib, signed/unsigned mismatch, numpy_parser bounds check
Show description for f2bdc13
mykaul
and
claude
committed
f2bdc13
View commit details
Copy full SHA for f2bdc13
Browse repository at this point
fix: resolve circular import breaking HAVE_CYTHON detection
Show description for 379b882
mykaul
and
claude
committed
379b882
View commit details
Copy full SHA for 379b882
Browse repository at this point
You can’t perform that action at this time.