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 }}
ValveResourceFormat
/
Datamodel.NET
Public
forked from
AnthonyPython/Datamodel.NET
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Use memory more efficiently when reading files, serialising and deserialising
- #9
#9
Merged
2/2
kristiker
merged 16 commits into
full-sourcegen
ValveResourceFormat/Datamodel.NET:full-sourcegen
from
memory-efficiency
ValveResourceFormat/Datamodel.NET:memory-efficiency
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Use memory more efficiently when reading files, serialising and deserialising
#9
kristiker
merged 16 commits into
full-sourcegen
ValveResourceFormat/Datamodel.NET:full-sourcegen
from
memory-efficiency
ValveResourceFormat/Datamodel.NET:memory-efficiency
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
Read array attributes in bulk
Show description for fca8e45
Angel-foxxo
committed
fca8e45
View commit details
Copy full SHA for fca8e45
Browse repository at this point
Store elements in a dictionary and a list
Show description for 0c7301c
Angel-foxxo
committed
0c7301c
View commit details
Copy full SHA for 0c7301c
Browse repository at this point
Generate element IDs on first use
Show description for 7c7edbd
Angel-foxxo
committed
7c7edbd
View commit details
Copy full SHA for 7c7edbd
Browse repository at this point
Skip the type table for class properties
Show description for 0290370
Angel-foxxo
committed
0290370
View commit details
Copy full SHA for 0290370
Browse repository at this point
Store arrays in shared chunks
Show description for d56f2d4
Angel-foxxo
committed
d56f2d4
View commit details
Copy full SHA for d56f2d4
Browse repository at this point
Store attributes inline in slots
Show description for d76af7f
Angel-foxxo
committed
d76af7f
View commit details
Copy full SHA for d76af7f
Browse repository at this point
Measure the live heap of the typed model alone
Angel-foxxo
committed
a335d06
View commit details
Copy full SHA for a335d06
Browse repository at this point
Set class properties through typed bindings
Angel-foxxo
committed
d65a50c
View commit details
Copy full SHA for d65a50c
Browse repository at this point
Size the element tables from the file
Angel-foxxo
committed
f4b2a0f
View commit details
Copy full SHA for f4b2a0f
Browse repository at this point
Shrink attribute slots to 40 bytes
Angel-foxxo
committed
408e2fa
View commit details
Copy full SHA for 408e2fa
Browse repository at this point
Write elements from their slots and arrays in one piece
Angel-foxxo
committed
e63ea7b
View commit details
Copy full SHA for e63ea7b
Browse repository at this point
Buffer the output and look attribute names up by identity
Angel-foxxo
committed
3c755d4
View commit details
Copy full SHA for 3c755d4
Browse repository at this point
Size plain elements from the attribute count
Angel-foxxo
committed
069c7bd
View commit details
Copy full SHA for 069c7bd
Browse repository at this point
Name the attribute types once, for slots and the binary encoding
Angel-foxxo
committed
9933eca
View commit details
Copy full SHA for 9933eca
Browse repository at this point
Add Offset alias to InlineValue for deferred attribute position
Show description for 5dc983d
Copilot
and
kristiker
authored
5dc983d
View commit details
Copy full SHA for 5dc983d
Browse repository at this point
Bump version
kristiker
authored
18c1e89
View commit details
Copy full SHA for 18c1e89
Browse repository at this point
You can’t perform that action at this time.