Skip to content

Commit 8cb67eb

Browse files
update readme
1 parent 1bce5aa commit 8cb67eb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ Jellyfish is a lightweight, portable AI library written in pure C with no extern
1111
- **Traceable Reasoning**: Every decision and memory is auditable, supporting trust-critical applications.
1212
- **Configurable and Modular**: Easily tailored for embedded, desktop, or custom AI projects.
1313

14-
## Core Capabilities
15-
16-
- **Data Transformation**: Functions for transforming and accumulating array data, ideal for AI preprocessing.
17-
- **Filtering & Searching**: Advanced tools for filtering elements and searching with custom predicates.
18-
- **Array Utilities**: Reverse, swap, and shuffle array elements for efficient data manipulation.
19-
- **Iterator Support**: Traverse data structures with iterator utilities.
20-
- **Custom Memory Management**: Allocate, reallocate, and free memory with optimized routines.
21-
- **String Utilities**: Efficient string handling, including functions like `jf_strdup`.
22-
2314
## Prerequisites
2415

2516
To get started with Jellyfish, ensure you have the following installed:

0 commit comments

Comments
 (0)