awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

jtsiomb/kdtree

0
View on GitHub↗
0 stars·0 forks·1 view

Kdtree

Features

  • Build Systems - A simple library for KD-tree data structures.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for jtsiomb/kdtreeStar history chart for jtsiomb/kdtree

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Kdtree

Similar open-source projects, ranked by how many features they share with Kdtree.
  • abiggerhammer/hammerabiggerhammer avatar

    abiggerhammer/hammer

    291View on GitHub↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    View on GitHub↗291
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0View on GitHub↗
    View on GitHub↗0
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
See all 30 alternatives to Kdtree→

Frequently asked questions

What are the main features of jtsiomb/kdtree?

The main features of jtsiomb/kdtree are: Build Systems, Windows Environments.

What are some open-source alternatives to jtsiomb/kdtree?

Open-source alternatives to jtsiomb/kdtree include: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… adamierymenko/huffandpuff. abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that. alanxz/rabbitmq-c — RabbitMQ C client. b-k/apophenia — A C library for statistical and scientific computing.