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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-cv
/
header-vec
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
2
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature spare elements
- #12
#12
Open
cehteh
wants to merge 18 commits into
rust-cv:main
rust-cv/header-vec:main
from
cehteh:feature-spare-elements
cehteh/header-vec:feature-spare-elements
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Feature spare elements
#12
cehteh
wants to merge 18 commits into
rust-cv:main
rust-cv/header-vec:main
from
cehteh:feature-spare-elements
cehteh/header-vec:feature-spare-elements
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2024
WIP: make len atomic, add and use methods using atomics
Show description for d44385d
cehteh
committed
d44385d
View commit details
Copy full SHA for d44385d
Browse repository at this point
Merge branch 'rust-cv:main' into main
cehteh
authored
2076db3
View commit details
Copy full SHA for 2076db3
Browse repository at this point
rename methods in _exact/_strict, add 'atomic_append' feature, add 'spare_capacity()' method
cehteh
committed
c9d5388
View commit details
Copy full SHA for c9d5388
Browse repository at this point
add push_atomic()
cehteh
committed
ecc9554
View commit details
Copy full SHA for ecc9554
Browse repository at this point
Commits on Sep 23, 2024
WIP: reserve/shrink API's
cehteh
committed
993cad0
View commit details
Copy full SHA for 993cad0
Browse repository at this point
FIX: the reseve functions need saturating add as well
cehteh
committed
4bcab1f
View commit details
Copy full SHA for 4bcab1f
Browse repository at this point
FIX: Miri, unaligned access
Show description for decaeed
cehteh
committed
decaeed
View commit details
Copy full SHA for decaeed
Browse repository at this point
add: extend_from_slice()
cehteh
committed
58d68a1
View commit details
Copy full SHA for 58d68a1
Browse repository at this point
add: extend_from_slice_atomic()
cehteh
committed
00be0d8
View commit details
Copy full SHA for 00be0d8
Browse repository at this point
Commits on Jan 10, 2025
ADD: spare_capacity_mut() and set_len()
Show description for 2b4fbf6
cehteh
committed
2b4fbf6
View commit details
Copy full SHA for 2b4fbf6
Browse repository at this point
Commits on Jan 18, 2025
add support for zero length HeaderVec
Show description for d3a5a6f
cehteh
committed
d3a5a6f
View commit details
Copy full SHA for d3a5a6f
Browse repository at this point
Commits on Jan 20, 2025
DOC: fixing doc for reserve_cold()
cehteh
committed
b34e0bd
View commit details
Copy full SHA for b34e0bd
Browse repository at this point
Make HeaderVec being a NonNull<> instead a raw pointer
Show description for 9713321
cehteh
committed
9713321
View commit details
Copy full SHA for 9713321
Browse repository at this point
Commits on Feb 18, 2025
FIX: bug in offset() calculation
Show description for 25788c1
cehteh
committed
25788c1
View commit details
Copy full SHA for 25788c1
Browse repository at this point
Commits on Feb 20, 2025
Document the atomic_append API / add Safety Section
cehteh
committed
9d839ff
View commit details
Copy full SHA for 9d839ff
Browse repository at this point
remove is_empty_atomic_acquire as_slice_atomic_acquire
Show description for 98fae22
cehteh
committed
98fae22
View commit details
Copy full SHA for 98fae22
Browse repository at this point
formatting
cehteh
committed
eb3efca
View commit details
Copy full SHA for eb3efca
Browse repository at this point
Merge branch 'main' into feature-spare-elements
cehteh
committed
e68a751
View commit details
Copy full SHA for e68a751
Browse repository at this point
You can’t perform that action at this time.