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
.
JasperFx
/
marten
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
554
Star
3.4k
Code
Issues
6
Pull requests
4
Discussions
Actions
Projects
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Buffer pooling for JSON serialization
- #642
#642
Closed
Scooletz
wants to merge 10 commits into
JasperFx:master
JasperFx/marten:master
from
Scooletz:memory-pooling
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Buffer pooling for JSON serialization
#642
Scooletz
wants to merge 10 commits into
JasperFx:master
JasperFx/marten:master
from
Scooletz:memory-pooling
Copy head branch name to clipboard
Commits
Commits on Jan 12, 2017
Initial implementation of CharArrayTextWriter. No pooling for now.
Scooletz
committed
8a76727
View commit details
Copy full SHA for 8a76727
Browse repository at this point
New ToJson method introduced in ISerializer.
Scooletz
committed
7713c83
View commit details
Copy full SHA for 7713c83
Browse repository at this point
StoreOptions.UseCharBufferPooling, which is an opt in for using the new cached char buffers. SprocCall can create a param with its size set
Scooletz
committed
6332940
View commit details
Copy full SHA for 6332940
Browse repository at this point
CharArrayTextWriter.Pool obtained on the DocumentStore level and passed down via session to UpdateBatch
Scooletz
committed
209cf1b
View commit details
Copy full SHA for 209cf1b
Browse repository at this point
Initial implementation for using a pool of buffers provided.
Scooletz
committed
10bd76a
View commit details
Copy full SHA for 10bd76a
Browse repository at this point
CharArrayTextWriter properly resets its Size when returning to pool.
Scooletz
committed
7ae1f95
View commit details
Copy full SHA for 7ae1f95
Browse repository at this point
UpdateBatch releases buffers only when buffers used.
Scooletz
committed
ffd53da
View commit details
Copy full SHA for ffd53da
Browse repository at this point
pools hierarchy
Scooletz
committed
c5c081f
View commit details
Copy full SHA for c5c081f
Browse repository at this point
Commits on Jan 15, 2017
Proper buffer cleaning and store pool management.
Scooletz
committed
2c789d4
View commit details
Copy full SHA for 2c789d4
Browse repository at this point
Commits on Jan 20, 2017
Two simple tests for persisting and reloading a doc with UserCharBufferPooling
Scooletz
committed
663ed61
View commit details
Copy full SHA for 663ed61
Browse repository at this point
You can’t perform that action at this time.