Commit Graph

45 Commits

Author SHA1 Message Date
fulara
90c3793fc0 Update README.md
Added link to issue, in note about kdtree supporting only up to 3d.
2016-12-29 04:36:42 +01:00
Olek
35b6d2220d Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-29 04:31:20 +01:00
Olek
e6ed91917d Started work on kdtree buffors. 2016-12-29 04:30:26 +01:00
fulara
74db3a47fc Update README.md 2016-12-29 02:25:54 +01:00
fulara
9874de1a5a Update README.md 2016-12-29 02:13:19 +01:00
Olek
7d70c758ce Merge branch 'master' into develop 2016-12-29 02:11:29 +01:00
Olek
d9dfd50f08 Removed dynamic dependencies 2016-12-29 02:07:36 +01:00
fulara
5f0b50639a Update Cargo.toml 2016-12-29 02:04:02 +01:00
Olek
4017eee796 Merged missing cargo.toml data from master 2016-12-29 02:02:41 +01:00
Olek
8429ebf2a4 Added missing lines to Cargo.toml 2016-12-29 01:59:24 +01:00
fulara
4f4106bfef Bumping version to 0.1.1 2016-12-29 01:51:02 +01:00
fulara
2bd98d3d79 Releasing version 0.1.0 (#9) 2016-12-29 01:49:23 +01:00
Olek
7c1fb407f4 Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-29 01:44:50 +01:00
Olek
9f03f67c1d Reformatted files, changed package name, added description 2016-12-29 01:44:18 +01:00
fulara
70b69392ce Update README.md 2016-12-29 01:38:17 +01:00
fulara
450f20b109 Update README.md
some update, work in progress.
2016-12-29 01:34:23 +01:00
fulara
ecbd67009d Update README.md 2016-12-28 19:48:58 +01:00
Olek
4ea61ebfbc name is now kdtree_rust 2016-12-28 12:56:21 +01:00
Olek
f2461158c1 Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-28 12:37:51 +01:00
Olek
5205ad0ddc Kdtree now accepts slice instead of vec. 2016-12-28 12:37:42 +01:00
Ale
dafdf9745f Update README.md 2016-12-27 02:54:45 +01:00
Ale
33f5ef141c Update README.md 2016-12-27 02:54:16 +01:00
Olek
5e00412ffe Disabled 1mln bench 2016-12-27 02:52:48 +01:00
Olek
9a4428037d Temporarly add 1mln tree create bench 2016-12-27 02:48:57 +01:00
Ale
d72a12b5ca Issue3 (#4)
Added integration tests
2016-12-27 02:40:46 +01:00
Ale
0d4f22b96a Update README.md 2016-12-27 02:38:23 +01:00
Olek
1631ed096a benches renames 2016-12-27 02:30:53 +01:00
Olek
4b2ce6b173 renamed benches 2016-12-27 02:25:25 +01:00
Olek
666fb5b83a Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-27 01:46:51 +01:00
Olek
c41f2e043c cleaned up some compilation warnings 2016-12-27 01:46:44 +01:00
Ale
7f5b320db9 Issue1 (#3)
Merged some optimizations.

* up

* Removed comments
2016-12-27 01:14:57 +01:00
Olek
ab6c6b1174 Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-27 00:56:19 +01:00
Olek
9d3351c9f4 Fixed cloning, invalid arguments 2016-12-27 00:56:10 +01:00
Ale
d3675eaef1 Update README.md 2016-12-27 00:29:51 +01:00
Ale
e80c7d73a5 Update README.md 2016-12-27 00:29:10 +01:00
Olek
7c55da613f Caching values for bounds.rs 2016-12-27 00:26:53 +01:00
Olek
6e57d95638 Added travis.yml 2016-12-27 00:17:23 +01:00
Olek
b9fa192758 Added bench, improvements in nn code 2016-12-26 21:22:10 +01:00
Olek
9ac0a899e2 Added kdtree-lookup 2016-12-26 20:53:39 +01:00
Olek
7a6734cd4d Added benches, lookup remaining 2016-12-26 14:47:59 +01:00
Olek
7ae4d8fd9d Worked on Bounds class. separated it to seprate modules. 2016-12-23 23:03:43 +01:00
Olek
9d58383801 Formatted code slightly 2016-12-23 11:49:19 +01:00
Olek
ce6cd45464 Implemented lomuto instead of hoare, partition 2016-12-23 11:48:37 +01:00
Olek
1942e4b0a0 Initial push to remote 2016-12-23 11:11:08 +01:00
Ale
662c916c88 Initial commit 2016-12-23 11:07:50 +01:00