---
title: "The technology behind GitHub’s new code search"
url: https://daily.dev/posts/the-technology-behind-github-s-new-code-search--pp79xbku
source_url: https://github.blog/2023-02-06-the-technology-behind-githubs-new-code-search/
type: article
source: "GitHub Blog"
published: 2023-02-06T17:02:21.213Z
updated: 2024-04-09T16:29:20.374Z
tags: ["github", "rust"]
reading_time: 12
upvotes: 34
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The technology behind GitHub’s new code search

**[GitHub Blog](https://daily.dev/sources/ghblog)** · 12 min read · 34 upvotes · 1 comments

## Summary

GitHub built their own search engine, called Blackbird, for code search due to poor user experience and scalability issues with existing solutions. Searching code is different from general text search and requires unique features and capabilities. GitHub's code search system handles over 45 million repositories, 115 TB of code, and 15.5 billion documents.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/2023-02-06-the-technology-behind-githubs-new-code-search/>

## Community discussion

Top comments from developers on daily.dev.

**@khotaditya579** · 0 upvotes

> Microsoft is leading it.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/the-technology-behind-github-s-new-code-search--pp79xbku)
