mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-15 09:07:55 +00:00
Docs: Update benchmark results
This commit is contained in:
7
tests/3_lis/outputs/google_gemini-3-pro-preview.js
Normal file
7
tests/3_lis/outputs/google_gemini-3-pro-preview.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const findLISLength = async arr => {
|
||||
const { bisectLeft } = await import('https://esm.sh/d3-array')
|
||||
const tails = []
|
||||
for (const n of arr) tails[bisectLeft(tails, n)] = n
|
||||
return tails.length
|
||||
}
|
||||
export default findLISLength;
|
||||
Reference in New Issue
Block a user