Skip to content

Commit be84814

Browse files
committed
docs: Remove performance section and add placeholders for images
1 parent b9a57bc commit be84814

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![.NET](https://img.shields.io/badge/.NET-9.0-512BD4)](https://dotnet.microsoft.com)
55
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
66

7+
<!-- BURAYA BANNER/LOGO GÖRSELİ KOYABİLİRSİN -->
8+
<!-- ![CodeContext.NET Banner](./assets/banner.png) -->
9+
710
Ever spent hours explaining your codebase patterns to ChatGPT? Or wished GitHub Copilot understood your team's coding style? **CodeContext.NET** solves that.
811

912
## What It Does
@@ -18,6 +21,9 @@ That's it. You get a context file ready to paste into any AI chat.
1821

1922
## Real Example
2023

24+
<!-- BURAYA DEMO GIF KOYABİLİRSİN - Tool'un çalışmasını gösteren -->
25+
<!-- ![Demo](./assets/demo.gif) -->
26+
2127
Let's say you have this in your codebase:
2228

2329
```csharp
@@ -57,6 +63,9 @@ You'll get something like:
5763

5864
## The Output
5965

66+
<!-- BURAYA OUTPUT SCREENSHOT KOYABİLİRSİN - Markdown/JSON çıktısının ekran görüntüsü -->
67+
<!-- ![Output Example](./assets/output-example.png) -->
68+
6069
Here's what you actually get:
6170

6271
```markdown
@@ -79,15 +88,6 @@ codecontext -f json # want JSON instead
7988
codecontext -v # see what it's doing
8089
```
8190

82-
## Performance
83-
84-
Fast enough that you won't grab coffee:
85-
- Small project (10 files): ~1 second
86-
- Medium project (500 files): ~3 seconds
87-
- Large project (10,000 files): ~10 seconds
88-
89-
It runs parallel analysis on all your CPU cores.
90-
9191
## Building From Source
9292

9393
Standard .NET stuff:

0 commit comments

Comments
 (0)