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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
digitalbazaar
/
jsonld.js
Public
Notifications
You must be signed in to change notification settings
Fork
214
Star
1.8k
Code
Issues
132
Pull requests
25
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Faster isObject and other util functions
- #507
#507
Open
dlongley
wants to merge 15 commits into
main
digitalbazaar/jsonld.js:main
from
faster-isObject
digitalbazaar/jsonld.js:faster-isObject
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Faster isObject and other util functions
#507
dlongley
wants to merge 15 commits into
main
digitalbazaar/jsonld.js:main
from
faster-isObject
digitalbazaar/jsonld.js:faster-isObject
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2023
Fix typo in benchmarks README instructions.
dlongley
committed
1b71e36
View commit details
Copy full SHA for 1b71e36
Browse repository at this point
Improve internal `types.isObject` API performance.
dlongley
committed
c73dc44
View commit details
Copy full SHA for c73dc44
Browse repository at this point
Improve internal `graphTypes.isValue` API performance.
dlongley
committed
3adeda8
View commit details
Copy full SHA for 3adeda8
Browse repository at this point
Use property access check against undefined instead of `in`.
dlongley
committed
dd3c678
View commit details
Copy full SHA for dd3c678
Browse repository at this point
Move slower and less common keys check to the end of `isBlankNode`.
dlongley
committed
293ab45
View commit details
Copy full SHA for 293ab45
Browse repository at this point
Do not use `in` operator when checking options in `addValue`.
dlongley
committed
cb5882a
View commit details
Copy full SHA for cb5882a
Browse repository at this point
Split `addValue` into internal helpers to enable better optimization.
dlongley
committed
3139276
View commit details
Copy full SHA for 3139276
Browse repository at this point
Optimize `compareValues` `@id` comparison.
dlongley
committed
a66a29b
View commit details
Copy full SHA for a66a29b
Browse repository at this point
Update changelog.
dlongley
committed
a2b66ed
View commit details
Copy full SHA for a2b66ed
Browse repository at this point
Simplify `_addToArray` internal helper.
dlongley
committed
a6cdc73
View commit details
Copy full SHA for a6cdc73
Browse repository at this point
Rename internal helpers.
dlongley
committed
19fda92
View commit details
Copy full SHA for 19fda92
Browse repository at this point
Remove some unnecessary comparisons in `addValue` loop.
dlongley
committed
727adab
View commit details
Copy full SHA for 727adab
Browse repository at this point
Commits on Feb 3, 2023
Update copyrights.
dlongley
committed
a6c4a7f
View commit details
Copy full SHA for a6c4a7f
Browse repository at this point
Refactor `addValue` code to eliminate additional checks.
dlongley
committed
2e8b805
View commit details
Copy full SHA for 2e8b805
Browse repository at this point
Commits on Feb 5, 2023
Fix comment.
dlongley
committed
9460289
View commit details
Copy full SHA for 9460289
Browse repository at this point
You can’t perform that action at this time.