Files
e1639584-b16d-427c-b5bb-88c…/index.html
2026-04-22 06:02:37 +00:00

21 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>High-Performance Binary Search in Go</title>
<meta property="og:title" content="High-Performance Binary Search in Go" />
<meta name="twitter:title" content="High-Performance Binary Search in Go" />
<meta name="description" content="Learn production-ready binary search implementations in Golang, optimized for performance, low memory allocation, and cache friendliness." />
<meta property="og:description" content="Learn production-ready binary search implementations in Golang, optimized for performance, low memory allocation, and cache friendliness." />
<meta name="twitter:description" content="Learn production-ready binary search implementations in Golang, optimized for performance, low memory allocation, and cache friendliness." />
<meta name="keywords" content="Golang, Binary Search, Optimization, Performance, Software Architecture, Go Performance, Algorithms" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>