Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dhconnelly/rtreego issues and pull requests

#55 - Add golangci-lint to CI

Pull Request - State: closed - Opened by dhconnelly 8 months ago

#54 - Remove some dead code

Pull Request - State: closed - Opened by dhconnelly 8 months ago

#53 - No Recent Tag

Issue - State: closed - Opened by benjic 8 months ago - 2 comments

#52 - fix:realign node struct for making it allocate less memory

Pull Request - State: closed - Opened by mertakman over 1 year ago - 1 comment

#51 - not work when dim = 3

Issue - State: closed - Opened by sunsky303 over 1 year ago - 1 comment

#50 - Minor SearchIntersect clarification doc edit

Pull Request - State: closed - Opened by minkezhang over 1 year ago - 1 comment

#49 - Unclear SearchIntersect Documentation

Issue - State: closed - Opened by minkezhang over 1 year ago - 1 comment

#48 - Switch params to array

Pull Request - State: closed - Opened by mertakman over 1 year ago

#47 - Fix NewRectFromPoints modifying its inputs

Pull Request - State: closed - Opened by magnushiie over 1 year ago - 1 comment

#46 - NewRectFromPoints should not modify its inputs

Issue - State: closed - Opened by magnushiie over 1 year ago - 2 comments

#45 - Polygon implementation

Issue - State: closed - Opened by centratelemedia almost 2 years ago - 2 comments

#44 - optimize condenseTree and computeBoundingBox

Pull Request - State: closed - Opened by fumin almost 2 years ago - 2 comments

#43 - remove unneeeded allocation in computeBoundingBox

Pull Request - State: closed - Opened by fumin almost 2 years ago - 1 comment

#42 - make entry.bb plain Rect struct instead of pointer

Pull Request - State: closed - Opened by fumin almost 2 years ago - 3 comments

#41 - Reduce unnecessary allocations and sorting to improve performance

Pull Request - State: closed - Opened by fumin almost 2 years ago

#40 - improve search performance by reduce overlapping

Pull Request - State: closed - Opened by fumin almost 2 years ago - 1 comment

#39 - fix tree corruption upon delete then insert

Pull Request - State: closed - Opened by fumin almost 2 years ago - 1 comment

#38 - Why you only do slice on top level?

Issue - State: open - Opened by Isuxiz about 2 years ago - 1 comment

#37 - add markdown syntax highlighting for Go code

Pull Request - State: closed - Opened by Abductcows about 2 years ago - 1 comment

#36 - switch out ci badge w/github actions

Pull Request - State: closed - Opened by dhconnelly over 2 years ago

#35 - add github actions workflow

Pull Request - State: closed - Opened by dhconnelly over 2 years ago

#34 - Why not R* ?

Issue - State: open - Opened by IMIdealDragon about 4 years ago - 1 comment

#33 - Add function for create rect from points

Pull Request - State: closed - Opened by kuznetsovin over 4 years ago - 1 comment

#32 - Export Rect.Size()

Pull Request - State: closed - Opened by acaloiaro over 4 years ago - 3 comments

#31 - geom: change intersect() to return if the rectangles intersect

Pull Request - State: closed - Opened by charlievieth over 4 years ago - 1 comment

#30 - Add bounding box for points

Issue - State: closed - Opened by ghost over 5 years ago - 1 comment

#29 - NearestNeighbors not returning correct point

Issue - State: closed - Opened by tamal-appsbee over 5 years ago - 6 comments

#28 - Invalid data in tree after Inserting

Issue - State: closed - Opened by codpe almost 6 years ago - 2 comments

#27 - KNN preallocate sort buffers

Pull Request - State: closed - Opened by db7 about 6 years ago

#26 - Fixes of OMT bulk-loading

Pull Request - State: closed - Opened by db7 about 6 years ago

#25 - Bulk-loading results in invalid trees

Issue - State: closed - Opened by db7 about 6 years ago - 1 comment

#24 - NearestNeighbors perform too many allocations, GC stalls

Issue - State: closed - Opened by db7 about 6 years ago - 1 comment

#23 - Break filter loop on first refuse

Pull Request - State: closed - Opened by db7 about 6 years ago - 2 comments

#22 - Filters should stop looping as soon as first refuses entry

Issue - State: closed - Opened by db7 about 6 years ago

#21 - Fix example

Pull Request - State: closed - Opened by yilinjuang over 6 years ago - 1 comment

#20 - Picking numbers for Min/MaxChildren

Issue - State: open - Opened by hcliff over 6 years ago - 1 comment

#19 - Ouput an image for debugging

Issue - State: open - Opened by xtuc almost 7 years ago - 2 comments

#18 - length in NewRect(p Point, lengths []float64) may be zero

Issue - State: closed - Opened by warrenwyf almost 7 years ago - 2 comments

#17 - Points vs Spatial

Issue - State: closed - Opened by taybin about 7 years ago - 1 comment

#16 - PR Add Feature to Retrieve Non-Leaf Bounding Boxes

Pull Request - State: closed - Opened by cbergoon over 7 years ago - 3 comments

#15 - Encode/Decode using gob.

Issue - State: open - Opened by m1ome over 7 years ago - 5 comments

#14 - NearestNeighbors filters & OMT bulk-loading

Pull Request - State: closed - Opened by SamiHiltunen over 7 years ago - 3 comments

#13 - NearestNeighbors prunes too much

Pull Request - State: closed - Opened by db7 over 7 years ago - 2 comments

#12 - Invalid tree after delete

Issue - State: closed - Opened by db7 over 7 years ago - 1 comment

#11 - update tree height after delete

Pull Request - State: closed - Opened by db7 over 7 years ago - 1 comment

#10 - Comparators

Pull Request - State: closed - Opened by SamiHiltunen over 7 years ago

#9 - docs: readme code formatting

Pull Request - State: closed - Opened by SamiHiltunen over 7 years ago - 1 comment

#8 - Concurrent Splits Crash With Duplicate Inserts

Issue - State: closed - Opened by 200sc over 7 years ago - 1 comment

#7 - Search result filtering

Pull Request - State: closed - Opened by SamiHiltunen over 7 years ago - 4 comments

#6 - cannot query zero-length point

Issue - State: closed - Opened by xtaci over 8 years ago - 1 comment

#5 - will you implement R*tree?

Issue - State: closed - Opened by xtaci over 8 years ago - 2 comments

#4 - Consider About a disked-based Rtree?

Issue - State: closed - Opened by harveyaot about 9 years ago - 1 comment

#3 - Changed memory management to (somewhat) speed up loading of large datase...

Pull Request - State: closed - Opened by ctessum over 10 years ago - 1 comment

#2 - Add method SearchIntersectWithLimit

Pull Request - State: closed - Opened by fumin almost 11 years ago - 2 comments

#1 - Add accessors to Rect attributes

Pull Request - State: closed - Opened by fumin almost 11 years ago - 2 comments