• Stars
    star
    139
  • Rank 261,417 (Top 6 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created almost 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

High Performance Quad Tree Implementations for C# (Point, Rect and PointInv)

QuadTrees

CircleCI

High Performance Quad Tree Implementations for C# (Point, Rect and PointInv).

NuGet packages published for dotnetcore 3.1

Example

QuadTreeRectF<QTreeObject> qtree = new QuadTreeRectF<QTreeObject>(-100000, 10000, 10000000, 1000000);
qtree.AddRange(new List<QTreeObject>
{
	new QTreeObject(new RectangleF(10,10,10,10)), // Expected result
	new QTreeObject(new RectangleF(-1000,1000,10,10))
});

var list = new List<QTreeObject>();
qtree.GetObjects(new RectangleF(9, 9, 20, 20), list);

License

Since version v1.0.3 licensed under the Apache License

More Repositories

1

IPTables.Net

A library for for interfacing C# with Linux IPTables, Conntrack & IP Utils
C#
32
star
2

bulkdnsblcheck

A parallel DNSBL checker using bash and GNU Parallel utilities
Shell
7
star
3

iptables-log-grok

Patterns for matching IPTables xt_log lines in Grok (designed for Logstash)
7
star
4

encrypted-email-backup

A simple script to backup your server to a email address as an encrypted compressed backup
Shell
7
star
5

buyvm-stallion-api

A PHP API for BuyVM's Stallion API
PHP
6
star
6

SystemInteract.Net

a .net library for interacting with a system (processes, files etc) in the same way regardless of the protocol (local, remote via ssh etc).
C#
4
star
7

ipstats

Per IP address bandwidth statistics
C
4
star
8

ngx_brunzip_module

For brotli what ngx_gunzip_module is for gzip
C
3
star
9

php-lua-serialize

Lua Serialization in PHP
PHP
3
star
10

simple-cache

A simple on disk key value store with LRU. Singlethreaded & Event based connection providing a RESTful API.
C++
3
star
11

lua-x4b-cookie

LUA: Openresty Cookie abstraction
Lua
2
star
12

radical-php

The most RAD php framework. Aiming to reduce development time without comprimising on features, quality or performance.
PHP
2
star
13

xt_SDNAT

SNAT + DNAT in one rule!
C
2
star
14

radical-blog

PHP
2
star
15

php-dns

A composer package for a PHP DNS library
PHP
2
star
16

utdns

DNS/UDP to TCP Translator/Converter
C
2
star
17

IPACL.Sync.Net

Restrict access to the server via a synchronised list of IP addresses
C#
1
star
18

rt-ac5300

1
star
19

SimpleChannel.Net

A simple channel based communication framework
C#
1
star
20

radical-ssl

PHP
1
star
21

OpenCL.Net

C#
1
star
22

zabbix-http-check-keepalive

HTTP Service Checks for Zabbix with HTTP/1.1 Keepalive's
C++
1
star
23

xt_hashroute

Route Based on Hash
C
1
star
24

php-redis-locking

Mutex Locks in Redis with a clean and simple API
PHP
1
star
25

transmission-manager

JavaScript
1
star
26

rage4-api-objective

An objective API (optionally utilizing synchronization of state) for the Rage4 service.
PHP
1
star
27

SSHKeyTransfer

Easy way to add a SSH key for password-less login to many servers.
C#
1
star
28

EventCore

A framework for the development of C#/.Net applications based off an event driven (non-blocking) core.
C#
1
star
29

radical-monitor

PHP
1
star
30

xt_DYNJMP

Dynamic Jump based on src/dst ip for Xtables (If you do not understand why this is DANGEROUS don't use)
C
1
star
31

xt_bpflimit

Xtables Hashlimit but with BPF
C
1
star
32

php-sslstore-api

API to SSL Store as explained at VPSBoard
PHP
1
star