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 }}
leops
/
string-cache
Public
forked from
servo/string-cache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
string-cache
src
on
servo
User selector
All users
All time
Commit history
Commits on Dec 23, 2014
Switch to using std::sync instead of libsync
Show description for de7966b
mystor
authored and
Manishearth
committed
de7966b
View commit details
Copy full SHA for de7966b
View code at this point
Browse repository at this point
rustup
Clark Gaebel
authored and
Manishearth
committed
b2bc777
View commit details
Copy full SHA for b2bc777
View code at this point
Browse repository at this point
rustup
Clark Gaebel
authored and
Manishearth
committed
7d92cf3
View commit details
Copy full SHA for 7d92cf3
View code at this point
Browse repository at this point
rustup
Clark Gaebel
authored and
Manishearth
committed
291936d
View commit details
Copy full SHA for 291936d
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
rustup (and rust-phf-up)
Clark Gaebel
committed
75521e6
View commit details
Copy full SHA for 75521e6
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Complete Rust upgrade
kmcallister
committed
e34c209
View commit details
Copy full SHA for e34c209
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
rustup
Clark Gaebel
committed
91717ae
View commit details
Copy full SHA for 91717ae
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
rustup
Clark Gaebel
committed
110cffd
View commit details
Copy full SHA for 110cffd
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
rustup
Clark Gaebel
committed
8851e5e
View commit details
Copy full SHA for 8851e5e
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Upgrade to rustc 0.13.0-dev (77f44d4a7 2014-10-29 20:16:57 +0000)
kmcallister
committed
6d48be9
View commit details
Copy full SHA for 6d48be9
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
Add optional event logging
Show description for e4f3909
kmcallister
committed
e4f3909
View commit details
Copy full SHA for e4f3909
View code at this point
Browse repository at this point
Use XXHash instead of SipHash
Show description for 2ce893d
kmcallister
committed
2ce893d
View commit details
Copy full SHA for 2ce893d
View code at this point
Browse repository at this point
Use lazy-static for the global hash table
kmcallister
committed
6317152
View commit details
Copy full SHA for 6317152
View code at this point
Browse repository at this point
Use #[unsafe_no_drop_flag] so that Atom can be only 64 bits
Show description for 40bf9d2
kmcallister
committed
40bf9d2
View commit details
Copy full SHA for 40bf9d2
View code at this point
Browse repository at this point
Consolidate packing / unpacking code
Show description for d7bf22e
kmcallister
committed
d7bf22e
View commit details
Copy full SHA for d7bf22e
View code at this point
Browse repository at this point
Revert "atom: Slight efficiency optimization in string interning"
Show description for 62a130f
kmcallister
committed
62a130f
View commit details
Copy full SHA for 62a130f
View code at this point
Browse repository at this point
Add more comprehensive benchmarks
kmcallister
committed
dac017d
View commit details
Copy full SHA for dac017d
View code at this point
Browse repository at this point
Add tests for low-level representation
kmcallister
committed
b28311d
View commit details
Copy full SHA for b28311d
View code at this point
Browse repository at this point
Fix PartialOrd for Atom
Show description for a906b4d
kmcallister
committed
a906b4d
View commit details
Copy full SHA for a906b4d
View code at this point
Browse repository at this point
atom: Slight efficiency optimization in string interning
pcwalton
committed
724232d
View commit details
Copy full SHA for 724232d
View code at this point
Browse repository at this point
Commits on Oct 18, 2014
Upgrade to rustc 0.13.0-nightly (222ae8b9b 2014-10-18 00:47:22 +0000)
Show description for 0c940f6
Ygg01
committed
0c940f6
View commit details
Copy full SHA for 0c940f6
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
Upgrade to rustc 0.13.0-dev (78a767689 2014-10-10 14:57:03 +0000)
Show description for 03e90c1
kmcallister
committed
03e90c1
View commit details
Copy full SHA for 03e90c1
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Add a wrapper for atoms that represent namespaces
kmcallister
committed
d5adb12
View commit details
Copy full SHA for d5adb12
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Use ptr::null_mut() instead of ptr::mut_null() which is deprecated.
Tetsuharu OHZEKI
committed
9153204
View commit details
Copy full SHA for 9153204
View code at this point
Browse repository at this point
Commits on Sep 16, 2014
Merge pull request #15 from pcwalton/slow-drop-fix
Show description for c2b54d1
kmcallister
committed
c2b54d1
View commit details
Copy full SHA for c2b54d1
View code at this point
Browse repository at this point
Fix race in ref count manipulation harder
pcwalton
committed
b8bd87f
View commit details
Copy full SHA for b8bd87f
View code at this point
Browse repository at this point
Merge pull request #10 from kmcallister/dev
Show description for ac344e1
kmcallister
committed
ac344e1
View commit details
Copy full SHA for ac344e1
View code at this point
Browse repository at this point
Commits on Sep 13, 2014
Fix race in ref count manipulation in slow-drop
pcwalton
committed
7a7e9ea
View commit details
Copy full SHA for 7a7e9ea
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
Only take the lock when the ref count hits zero
pcwalton
committed
c2939d5
View commit details
Copy full SHA for c2939d5
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
Statically intern namespaces, and provide a shorthand macro
Show description for dcc4187
kmcallister
committed
dcc4187
View commit details
Copy full SHA for dcc4187
View code at this point
Browse repository at this point
Use a single structure for both directions of static atom mapping
kmcallister
committed
86d0017
View commit details
Copy full SHA for 86d0017
View code at this point
Browse repository at this point
Build with #![no_std]
Show description for 357e023
kmcallister
committed
357e023
View commit details
Copy full SHA for 357e023
View code at this point
Browse repository at this point
update to make FNV hashing work
Clark Gaebel
committed
6ac3bf4
View commit details
Copy full SHA for 6ac3bf4
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Re-export atom::Atom at top level
kmcallister
committed
6921234
View commit details
Copy full SHA for 6921234
View code at this point
Browse repository at this point
Import macro-based static atoms from html5ever
kmcallister
committed
a5a7bb6
View commit details
Copy full SHA for a5a7bb6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.