Skip to content

Commit 7d64d00

Browse files
committed
chore: add pre-compiled DLLs to git and fix README
1 parent d356a40 commit 7d64d00

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# FastFileIndex v0.1.0 [ALPHA] Ultra-Fast Native File Indexing for Java
1+
# FastFileIndex 0.1.0 [ALPHA] Ultra-Fast Native File Indexing for Java
22

3-
[![Status](https://img.shields.io/badge/status-v0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastFileIndex/releases/tag/v0.1.0)
3+
[![Status](https://img.shields.io/badge/status-0.1.0-brightgreen.svg)](https://github.com/andrestubbe/FastFileIndex/releases/tag/0.1.0)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Java](https://img.shields.io/badge/Java-17+-blue.svg)](https://www.java.com)
66
[![Platform](https://img.shields.io/badge/Platform-Windows%2010+-lightgrey.svg)]()
@@ -14,7 +14,7 @@ to provide direct, native-accelerated indexing and search capabilities for massi
1414
[![FastFileIndex Showcase](docs/screenshot.png)](https://www.youtube.com/watch?v=BZsqQl7WqWk)
1515

1616
```java
17-
// Quick Start Indexing a directory
17+
// Quick Start Indexing a directory
1818

1919
import fastfileindex.FastFileIndex;
2020

@@ -47,9 +47,9 @@ public class Demo {
4747

4848
## Key Features
4949

50-
- **?? Instant Indexing** Scan millions of files in milliseconds using native C++ pipelines.
51-
- **? Zero Latency** Real-time results for massive file systems.
52-
- **?? Low Footprint** Optimized native data structures for minimal RAM usage.
50+
- **🚀 Instant Indexing** Scan millions of files in milliseconds using native C++ pipelines.
51+
- **? Zero Latency** Real-time results for massive file systems.
52+
- **🚀 Low Footprint** Optimized native data structures for minimal RAM usage.
5353

5454
---
5555

@@ -80,12 +80,12 @@ Add the JitPack repository and the dependencies to your `pom.xml`:
8080
<dependency>
8181
<groupId>com.github.andrestubbe</groupId>
8282
<artifactId>fastfileindex</artifactId>
83-
<version>v0.1.0</version>
83+
<version>0.1.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.github.andrestubbe</groupId>
8787
<artifactId>fastcore</artifactId>
88-
<version>v0.1.0</version>
88+
<version>0.1.0</version>
8989
</dependency>
9090
</dependencies>
9191
```
@@ -98,19 +98,19 @@ repositories {
9898
}
9999
100100
dependencies {
101-
implementation 'com.github.andrestubbe:fastfileindex:v0.1.0'
102-
implementation 'com.github.andrestubbe:fastcore:v0.1.0'
101+
implementation 'com.github.andrestubbe:fastfileindex:0.1.0'
102+
implementation 'com.github.andrestubbe:fastcore:0.1.0'
103103
}
104104
```
105105

106106
### Option 3: Direct Download (No Build Tool)
107107

108108
Download the latest JARs directly to add them to your classpath:
109109

110-
1. ?? *
111-
*[fastfileindex-v0.1.0.jar](https://github.com/andrestubbe/FastFileIndex/releases/download/v0.1.0/fastfileindex-v0.1.0.jar)
110+
1. 🚀 *
111+
*[fastfileindex-0.1.0.jar](https://github.com/andrestubbe/FastFileIndex/releases/download/0.1.0/fastfileindex-0.1.0.jar)
112112
** (The Core Library)
113-
2. ?? **[fastcore-v0.1.0.jar](https://github.com/andrestubbe/FastCore/releases/download/v0.1.0/fastcore-v0.1.0.jar)** (
113+
2. 🚀 **[fastcore-0.1.0.jar](https://github.com/andrestubbe/FastCore/releases/download/0.1.0/fastcore-0.1.0.jar)** (
114114
The Mandatory Native Loader)
115115

116116
---
@@ -138,14 +138,14 @@ Download the latest JARs directly to add them to your classpath:
138138
| Platform | Status |
139139
|---------------|-------------------|
140140
| Windows 10/11 | ? Fully Supported |
141-
| Linux | ?? Planned |
142-
| macOS | ?? Planned |
141+
| Linux | 🚀 Planned |
142+
| macOS | 🚀 Planned |
143143

144144
---
145145

146146
## License
147147

148-
MIT License See [LICENSE](LICENSE) file for details.
148+
MIT License See [LICENSE](LICENSE) file for details.
149149

150150
---
151151

@@ -158,4 +158,4 @@ MIT License
158158

159159
---
160160

161-
**Part of the FastJava Ecosystem** *Making the JVM faster. Small package. Maximum speed. Zero bloat. ????*
161+
**Part of the FastJava Ecosystem** *Making the JVM faster. Small package. Maximum speed. Zero bloat. 🚀🚀*

build/fastcore.dll

217 KB
Binary file not shown.

build/fastfileindex.dll

313 KB
Binary file not shown.

examples/Demo/build/fastcore.dll

217 KB
Binary file not shown.
311 KB
Binary file not shown.

fastfileindex.dll

302 KB
Binary file not shown.
313 KB
Binary file not shown.

temp_jar/fastcore.dll

217 KB
Binary file not shown.

temp_jar/fastfileindex.dll

313 KB
Binary file not shown.

temp_jar/native/fastfileindex.dll

313 KB
Binary file not shown.

0 commit comments

Comments
 (0)