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 }}
nimble-code
/
Spin
Public
Notifications
You must be signed in to change notification settings
Fork
139
Star
476
Code
Issues
4
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: consolidated PVS-Studio static analysis fixes & documentation update
- #89
#89
Open
bivex
wants to merge 13 commits into
nimble-code:master
nimble-code/Spin:master
from
bivex:dev
bivex/Spin:dev
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
feat: consolidated PVS-Studio static analysis fixes & documentation update
#89
bivex
wants to merge 13 commits into
nimble-code:master
nimble-code/Spin:master
from
bivex:dev
bivex/Spin:dev
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2026
docs: update README.md with comprehensive overview, setup, and usage guides
bivex
committed
de083bc
View commit details
Copy full SHA for de083bc
Browse repository at this point
fix(pvs): resolve all High Level (Level 1) static analyzer warnings
Show description for fd3f8d0
bivex
committed
fd3f8d0
View commit details
Copy full SHA for fd3f8d0
Browse repository at this point
fix(pvs): resolve Medium Level (Level 2) static analyzer warnings
Show description for 2deac9c
bivex
committed
2deac9c
View commit details
Copy full SHA for 2deac9c
Browse repository at this point
fix(pvs): resolve Low Level (Level 3) static analyzer warnings and formatting notes
Show description for ce0b4d0
bivex
committed
ce0b4d0
View commit details
Copy full SHA for ce0b4d0
Browse repository at this point
fix(pvs): eliminate dangling pointer in dstep.c, bounds checks in main.c, and condition in run.c
Show description for ee97b87
bivex
committed
ee97b87
View commit details
Copy full SHA for ee97b87
Browse repository at this point
test: add edge case test suite and automated test runner
bivex
committed
a59df9d
View commit details
Copy full SHA for a59df9d
Browse repository at this point
perf: optimize symbol lookup pointer comparison, cache scope length, and enable -O3 in build flags
bivex
committed
5514c69
View commit details
Copy full SHA for 5514c69
Browse repository at this point
perf: add fast Lextok chunk arena allocator and FNV-1a hash algorithm
bivex
committed
a2d6a34
View commit details
Copy full SHA for a2d6a34
Browse repository at this point
perf: global bump-pointer arena allocator, Symbol/Ordered chunk pools, emstrdup helper, memset zero loop
Show description for 44dd7ae
bivex
committed
44dd7ae
View commit details
Copy full SHA for 44dd7ae
Browse repository at this point
test: add benchmark script for measuring parse time and simulation throughput
bivex
committed
cf5ad5a
View commit details
Copy full SHA for cf5ad5a
Browse repository at this point
docs: add PERFORMANCE.md detailing memory arena optimizations, benchmarks, and verifier tuning
bivex
committed
c472b96
View commit details
Copy full SHA for c472b96
Browse repository at this point
perf: optimize push_back with O(1) memcpy and add 64KB setvbuf file stream buffering for C code generator
bivex
committed
2d1a5ec
View commit details
Copy full SHA for 2d1a5ec
Browse repository at this point
feat(examples): add industrial Distributed 2-Phase Commit (2PC) protocol Promela model with atomicity invariants
bivex
committed
8418036
View commit details
Copy full SHA for 8418036
Browse repository at this point
You can’t perform that action at this time.