Skip to content

Commit d243b6b

Browse files
authored
Merge pull request #19 from plokhotnyuk/patch-1
Add RTree2D
2 parents f99a828 + 272ab3a commit d243b6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A curated list of awesome JVM low level, performance and non-framework related s
6464
* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities.
6565
* [Java](http://www.oracle.com/technetwork/java/javase/overview/index.html) - General-purpose, concurrent, strongly typed, class-based object-oriented language.
6666
* [JRuby](http://jruby.org) - Implementation of the Ruby language on the JVM.
67-
* [JPHP](http://j-php.net) - PHP on the Java VM.
67+
* [JPHP](https://github.com/jphp-group/jphp) - PHP on the Java VM.
6868
* [Jython](http://www.jython.org) - Python for the Java Platform.
6969
* [Kawa](http://www.gnu.org/software/kawa/) - Extension of the Scheme language, which is in the Lisp family of programming languages.
7070
* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser.
@@ -139,6 +139,7 @@ A curated list of awesome JVM low level, performance and non-framework related s
139139
* [protobuf](https://developers.google.com/protocol-buffers) - Google's data interchange format.
140140
* [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.
141141
* [rtree](https://github.com/davidmoten/rtree) - Immutable in-memory R-tree and R*-tree implementations in Java with reactive api.
142+
* [RTree2D](https://github.com/Sizmek/rtree2d) - RTree2D is a 2D immutable R-tree with STR (Sort-Tile-Recursive) packing for ultra-fast nearest and intersection queries on plane and spherical surfaces.
142143
* [Reactive Streams](http://www.reactive-streams.org/) - Standard for asynchronous stream processing with non-blocking back pressure.
143144
* [Reactive Streams Utilities](https://github.com/lightbend/reactive-streams-utils) - Future standard utilities library for Reactive Streams.
144145
* [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) - A better compressed bitset in Java.
@@ -328,7 +329,7 @@ A curated list of awesome JVM low level, performance and non-framework related s
328329
* [J2ObjC](https://github.com/google/j2objc) - Translator from Java source to Objective-C code. Keeps shared code between iOS native apps and Android native apps.
329330
* [jvm.go](https://github.com/zxh0/jvm.go) - A JVM written in Go.
330331
* [ParparVM](https://github.com/codenameone/CodenameOne/tree/master/vm) - An Open Source Java bytecode to C translator for iOS native development. Designed as a part of the [Codename One](https://www.codenameone.com/) WORA for mobile project.
331-
* <strike>[RoboVM](https://robovm.com/) - Create native iOS and Android apps in Java.</strike> - Discontinued
332+
* [MobiDevelop's RoboVM Fork](https://github.com/MobiVM/robovm) - Ahead of time compiler for JVM bytecode targeting iOS, Mac OSX and Linux.
332333
* [Zing](https://www.azul.com/products/zing/) - The only JVM that eliminates Java garbage collection pauses for large heap sizes.
333334
* [Zulu](https://www.azul.com/products/zulu/) - The only certified multi-platform build of OpenJDK: Free, 100% open source Java.
334335

0 commit comments

Comments
 (0)