Download List

프로젝트 설명

librangetree is a C++ template, implementing a 2D range tree for both counting and reporting queries. It is just about the fastest way to do 2D searches.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-14 03:21
1.3

이 릴리스 ptys 메모리 풀을 추가합니다. 그것은 창조의 0-17% 속도 향상 및 검색에 0-10% 단축. 이 약 4 %ram 사용을 삭제합니다.
This release adds a memory pool for ptys. It has 0-17% speedup in creation and 0-10% speedup in searches. This drops RAM usage by about 4%.

2013-01-05 06:51
1.2

이 릴리스 37%로 개선 하는 64 비트 플랫폼에서 RAM 사용을 최적화 합니다. 이후 그것은 검색 속도 보고에 해로운 영향을 미칠 수 있습니다, 필요한 경우이 최적화를 해제할 수 있습니다.
This release optimizes the RAM use on 64-bit platforms, improving it by 37%. Since it may have a detrimental effect on reporting search speed, this optimization can be disabled if desired.

2013-01-03 08:13
1.1

이 음수 값의 사용을 향상. 그것은 0-12의 향상 된 검색에서 힙 할당을 제거 검색 속도 %. 설명서 업데이트 됩니다.
This release improves the use of negative values. It removes heap allocation from searches, with an improvement of 0-12% in search speed. There are documentation updates.

2012-12-29 16:44
1.0.1

첫 공개입니다.
First public release.

Project Resources