Repository navigation

#

string-parsing

ashvardanian/StringZilla

Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

C
2874
10 小时前

Fast and powerful Swift string scanning made simple

Swift
532
6 年前

C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html

C++
138
5 年前

A universal, language-independent name parser PHP library

PHP
132
4 年前

Query builder for accepting URL query parameters into your MongoDB queries. Safe and feature rich. Supports most of MongoDB's query operators such as $eq, $gt, $lt, $ne, $in, $nin, $exists, $regex, geospatial queries such as bbox and near, as well as your own custom query business logic!

JavaScript
101
5 年前

A lightweight but versatile mini-lib to parse color strings, objects, or numbers, returning a simple rgba array, and related string utilities. This was developed as part of the basic APCA distro.

JavaScript
21
1 年前

A natural language processor for datetime objects

Python
15
2 年前

A string library for Zsh. Its founding function was parsing of JSON.

Shell
11
1 个月前

Generated GraphQL schemas and resolvers from Neo4J Database so you don't have to manually created schema. Also get anything from Database just by passing command in request.

JavaScript
7
7 年前

A light-weight PHP micro library to make working with strings easier & more fun!

PHP
5
5 年前

PHP string processing library.

PHP
3
8 年前

part of my language learning method

Python
3
4 年前

Functions and modules to help with problems relating to boolean algebra and digital circuit design. Requires 0 external libraries or packages.

Python
2
4 个月前

Python port of the LEMON Parser Generator

Python
2
3 年前

Package strparse provides convenience wrappers around `go/parser` for simple expr/stmt/decl parsing from string.

Go
2
1 个月前

Find tokens in your strings

TypeScript
1
6 个月前

My implementation of UCLA's CS31 Winter 2024 Programming Assignment/Project 3. A Quality Control (QC) Testing application written in C++ that validates and analyzes QC test results. The application checks if a QC result string is valid, calculates the total number of tests, passes, defects, and batches, and handles errors appropriately.

C++
1
2 年前

Given two polynomial numbers represented by a linked list. Write a function that add these lists means add the coefficients who have same variable powers.

C++
1
6 年前