Commit Graph

335 Commits (master)
 

Author SHA1 Message Date
Emir Pasic 79df803e55
Merge pull request #147 from nagesh4193/master
Added Power Support ppc64le
5 years ago
nagesh4193 9500fd4d47
Added Power Support ppc64le 5 years ago
nagesh4193 53bbe08825
Added Power Support ppc64le 5 years ago
nagesh4193 d050436156
Added Power Support ppc64le 5 years ago
Emir Pasic 7e23495895
Merge pull request #139 from ably-forks/feature/iterator-at
Create a redblacktree iterator at a specific node
5 years ago
Paul Cruickshank 962a86dc92 Create an iterator at a specific node 5 years ago
Emir Pasic 80e934ed68
Merge pull request #134 from mimiasd/fix-test
- fix some unit test
6 years ago
Emir Pasic 3439eab70c
Add 1.13 and 1.14 versions to tests 6 years ago
yuanjin edc20eca0a - fix arraylist test 6 years ago
yuanjin 3ba27e24d3 - fix utils test 6 years ago
Emir Pasic 4e23915b9a
Merge pull request #124 from stevegt/godsort
rename sort example to godsort to prevent conflict with UNIX 'sort'
6 years ago
Steve Traugott 482308b065 rename sort example to godsort
Closes #123.
6 years ago
Emir Pasic e689965507
Merge pull request #114 from mrvon/master
README: fix BTree commit
6 years ago
dennis 7c93e37d09 README: fix BTree commit 6 years ago
Emir Pasic ab5242f706
Update .travis.yml 6 years ago
Emir Pasic 96361ff183
Merge pull request #104 from own2pwn/patch-1
typo fix
6 years ago
Emir Pasic 00662fa41f
Merge pull request #108 from navigaid/patch-1
fix linkedhashmap.Map comment error
6 years ago
navigaid a733df2d7b
fix linkedhashmap.Map comment error
In linkedhashmap.go there is a line of comment saying "Map holds the elements in a red-black tree", which is not true. The linkedhashmap holds it's elements in a regular hash table, and uses doubly-linked list to store key ordering.
7 years ago
own2pwn 87aa46c680
typo fix 7 years ago
Emir Pasic 729073a73c
Merge pull request #100 from Quasilyte/patch-1
utils: remove excessive type assertions
7 years ago
Iskander (Alex) Sharipov 3978ee8254
utils: remove excessive type assertions
Assign type switch variable to get properly-typed value
inside case clauses.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
7 years ago
Emir Pasic 7c131f6714
Merge pull request #94 from HaraldNordgren/go_versions
Bump Travis versions
7 years ago
Harald Nordgren 7bbe2d9e0b Bump Travis versions 7 years ago
Emir Pasic 1615341f11
Merge pull request #92 from emirpasic/development
TreeMap Floor and Ceiling functions
7 years ago
emirpasic 4bc610bb3f TreeMap Floor and Ceiling functions 7 years ago
Emir Pasic 95d9cc1eea
Merge pull request #82 from loxp/master
Add Floor and Ceiling method to Treemap
7 years ago
Emir Pasic 7aedbffbed
Merge pull request #91 from emirpasic/development
LinkedHashMap
7 years ago
emirpasic 465885c5a3 - linked hashmap documentation and example 7 years ago
emirpasic cbce19f31e - linked hash map core implementation + iterator + enumerable + tests + serialization (TODO: examples + documentation) 7 years ago
emirpasic 5123d6be01 - fix comments/documentation, rigorous serialization testing 7 years ago
emirpasic 73e1b206f9 - linkedhashset simplification 7 years ago
emirpasic bd99060a93 - update comments and documentation 7 years ago
Emir Pasic 66ea3cf49c
Merge pull request #90 from emirpasic/development
Sets bulk initialization
7 years ago
emirpasic bc82528e1e Sets bulk intialization 7 years ago
Emir Pasic 555738833b
Add LinkedHashSet documentation 7 years ago
Emir Pasic ff6d2a7c34
Merge pull request #89 from emirpasic/development
LinkedHashSet
7 years ago
emirpasic b5b20b02b3 - linkedhashset implementation + iterator + serialization + tests + example + enumerable + documentation 7 years ago
emirpasic 413aad0304 - fix treeset iterator Last() function 7 years ago
emirpasic 1befeeefc9 - fix comments 7 years ago
Emir Pasic 5ef8ba6800
Merge pull request #88 from emirpasic/development
List bulk initialization
7 years ago
emirpasic c6630349c4 - bulk initialization for lists 7 years ago
Emir Pasic cbce439b4e
Merge pull request #61 from Spriithy/feature/list_constructors
Added bulk constructors for arraylists & (doubly)-linked-lists
7 years ago
emirpasic 370f7ab252 - fix https://github.com/emirpasic/gods/issues/85 7 years ago
emirpasic 17852f48a5 - update documentation and comments 7 years ago
Emir Pasic a6e6101bb0
Merge pull request #87 from bminer/master
Added `Set(index, value)` method to all Lists (closes #86)
7 years ago
Blake Miner 843fdb4848 Added `Set(index, value)` method to all Lists (closes #86)
Added tests
7 years ago
emirpasic de5d894737 - update documentation, closes #73 7 years ago
emirpasic 8557a87b9f fmt 7 years ago
Emir Pasic 6f0f602e3e
Merge pull request #76 from xtutu/master
optimize array list
7 years ago
Emir Pasic 5f49b99ed9
Merge pull request #81 from meal/readme-update-JSONDeserialization
Update README.md
7 years ago