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 }}
sosy-lab
/
java-common-lib
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
18
Code
Issues
19
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add a (copy-)efficient Persistent Stack Implementation
- #65
#65
Open
baierd
wants to merge 16 commits into
main
sosy-lab/java-common-lib:main
from
feature/persistent-stack
sosy-lab/java-common-lib:feature/persistent-stack
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Add a (copy-)efficient Persistent Stack Implementation
#65
baierd
wants to merge 16 commits into
main
sosy-lab/java-common-lib:main
from
feature/persistent-stack
sosy-lab/java-common-lib:feature/persistent-stack
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
Add interface PersistentStack for copy-efficient persistent stacks
baierd
committed
e0776fc
View commit details
Copy full SHA for e0776fc
Browse repository at this point
Add an extended implementation of the PersistentStack present in CPAchecker. This PersistentLinkedStack comes with an iterator and serialization proxy. It is copy efficient and allows O(1) push/pop.
baierd
committed
7623f26
View commit details
Copy full SHA for 7623f26
Browse repository at this point
Add the new persistent stack to PackageSanityTests
baierd
committed
d6da366
View commit details
Copy full SHA for d6da366
Browse repository at this point
Add tests for PersistentLinkedStack
baierd
committed
504a2da
View commit details
Copy full SHA for 504a2da
Browse repository at this point
Commits on Sep 19, 2026
Switch PersistentLinkedStack to using a AbstractIterator
baierd
committed
401977f
View commit details
Copy full SHA for 401977f
Browse repository at this point
Shorten PersistentStack interface documentation
baierd
committed
83f0163
View commit details
Copy full SHA for 83f0163
Browse repository at this point
Remove iterable from PersistentStack, and add methods asTopDownIterable() and copyToList(), as well as implementations and updates of calls relying on iterable
baierd
committed
ca7f6dd
View commit details
Copy full SHA for ca7f6dd
Browse repository at this point
Make equals and hashcode of PersistentLinkedStack work on all PersistentStacks
baierd
committed
047438e
View commit details
Copy full SHA for 047438e
Browse repository at this point
Refactor and simplify PersistentLinkedStack toString using a Joiner
baierd
committed
79da4f5
View commit details
Copy full SHA for 79da4f5
Browse repository at this point
Add PersistentStack equals and hashCode JavaDoc
baierd
committed
c427fa1
View commit details
Copy full SHA for c427fa1
Browse repository at this point
Refactor PersistentLinkedStack with of() method for more than 2 arguments, and copyOf() impl, as well as toPersistentLinkedStack() impl + updates to readResolve() based on the new methods
baierd
committed
2f4f650
View commit details
Copy full SHA for 2f4f650
Browse repository at this point
Format PersistentStack
baierd
committed
98f9a57
View commit details
Copy full SHA for 98f9a57
Browse repository at this point
Add method takeBottom(int) that allows to take n elements from the bottom of the PersistentStack
baierd
committed
7a1918c
View commit details
Copy full SHA for 7a1918c
Browse repository at this point
Improve readResolve() in PersistentLinkedStack
baierd
committed
4d8056a
View commit details
Copy full SHA for 4d8056a
Browse repository at this point
Format PersistentLinkedStack
baierd
committed
8cac22c
View commit details
Copy full SHA for 8cac22c
Browse repository at this point
Refactor PersistentLinkedStackTest and use Guava testlib + a new PersistentStack impl for hashcode and equals tests
baierd
committed
aabe58f
View commit details
Copy full SHA for aabe58f
Browse repository at this point
You can’t perform that action at this time.