Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
2f2888e55cfcbd9dab8f7e1d20c4ee2fa7167b81
Branches
master
Files
Commits
Log
Graph
Stats
binary-search-closest.git
src
index.js
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 6
Mode: javascript
Binary: false
Hang on, we reloading big blames...
24363f78
const util = require('./util')
a7c8398f
const utilWorker = require('./util.worker')
24363f78
module.exports = {
15386232
byProperty: util.binarySearchByProperty, byValue: util.binarySearchByValue,
a7c8398f
worker: utilWorker.worker,
24363f78
}