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
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
.
pallets
/
markupsafe
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
185
Star
694
Code
Issues
5
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
implement speedups with rust v2
- #438
#438
Open
carsonburr
wants to merge 17 commits into
pallets:main
pallets/markupsafe:main
from
carsonburr:rust_v2
carsonburr/markupsafe:rust_v2
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
implement speedups with rust v2
#438
carsonburr
wants to merge 17 commits into
pallets:main
pallets/markupsafe:main
from
carsonburr:rust_v2
carsonburr/markupsafe:rust_v2
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2024
rust attempt v2. needs build setup
carsonburr
committed
233a133
View commit details
Copy full SHA for 233a133
Browse repository at this point
docs tweaks
carsonburr
committed
420abeb
View commit details
Copy full SHA for 420abeb
Browse repository at this point
comment tweaks
carsonburr
committed
ad8caf1
View commit details
Copy full SHA for ad8caf1
Browse repository at this point
add tests
carsonburr
committed
62c4087
View commit details
Copy full SHA for 62c4087
Browse repository at this point
Commits on Mar 17, 2024
added benchmark against naive implementation
carsonburr
committed
ec70e30
View commit details
Copy full SHA for ec70e30
Browse repository at this point
Commits on Mar 29, 2024
added benchmark to compare native python vs naive rust speedups vs optimized rust speedups
carsonburr
committed
2869935
View commit details
Copy full SHA for 2869935
Browse repository at this point
mask operates on 4 vectors at a time to try to squeeze some ilp perf
carsonburr
committed
e48ca4b
View commit details
Copy full SHA for e48ca4b
Browse repository at this point
Commits on Apr 22, 2024
Merge branch 'main' into rust_v2
carsonburr
committed
1199641
View commit details
Copy full SHA for 1199641
Browse repository at this point
fix rust_speedups export and add it to bench.py
carsonburr
committed
a21d5a1
View commit details
Copy full SHA for a21d5a1
Browse repository at this point
remove naive rust impl signature
carsonburr
committed
4a3e904
View commit details
Copy full SHA for 4a3e904
Browse repository at this point
fix _escape_inner signature
carsonburr
committed
97ee7e8
View commit details
Copy full SHA for 97ee7e8
Browse repository at this point
Commits on Apr 23, 2024
fix _escape_inner signature attempt 2
carsonburr
committed
7755c7e
View commit details
Copy full SHA for 7755c7e
Browse repository at this point
Commits on Aug 30, 2024
rust speedups: simplified to lookup table instead of simd
carsonburr
committed
adcba6f
View commit details
Copy full SHA for adcba6f
Browse repository at this point
rust speedups: instruction-level-parallelsim for short circuit check
carsonburr
committed
ca768ad
View commit details
Copy full SHA for ca768ad
Browse repository at this point
rust speedups: bug fix
carsonburr
committed
b14f35d
View commit details
Copy full SHA for b14f35d
Browse repository at this point
Commits on Aug 31, 2024
rust speedups: changed table representation
carsonburr
committed
e431070
View commit details
Copy full SHA for e431070
Browse repository at this point
Commits on May 29, 2025
Merge branch 'main' into rust_v2
davidism
committed
e395cfa
View commit details
Copy full SHA for e395cfa
Browse repository at this point
You can’t perform that action at this time.