Commit Graph

59 Commits

Author SHA1 Message Date
Olek
793933521c Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-31 02:38:30 +01:00
Olek
1b64e722a9 Added automatic tree rebuild, finished #5 for now. 2016-12-31 02:38:22 +01:00
fulara
95ea86b1ce Update README.md 2016-12-30 20:28:23 +01:00
Olek
b85932fe64 Added inline to dims(), impacts performance greatly. 2016-12-30 20:23:47 +01:00
Olek
89428ed260 benching, times increased? testing. 2016-12-30 19:43:00 +01:00
Olek
c64a43c57a Fixed compilation err&warn 2016-12-30 19:18:16 +01:00
Olek
a6c19441b8 Removed duplication, insert_node now checks for duplicates 2016-12-30 19:14:34 +01:00
Olek
885ed1d785 Refactoring benches, working on new bench 2016-12-30 18:10:30 +01:00
Olek
5b195d3891 Implemented insert node, need to make it so that tree sometimes automatically rebalances itself 2016-12-30 16:54:50 +01:00
Olek
b236cd2595 Working on add tree, fixed an issue on build tree where it did not build using sliding midpoint value 2016-12-30 14:25:44 +01:00
Olek
d6647606ca fixed travis config 2016-12-30 13:23:34 +01:00
Olek
7375879783 Travis now both tests and benches 2016-12-30 13:21:49 +01:00
Olek
cf6c1d7b4e Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop 2016-12-30 13:14:53 +01:00
Olek
d7412d9afe Removed buffor, minor refactor 2016-12-30 13:14:44 +01:00
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