Commit graph

  • ef54e74e1e Removed At/Set, added Reset master DataHoarder 2022-01-29 00:08:16 +0100
  • 8e6da63be2 Avoid pointer usage DataHoarder 2022-01-27 18:23:26 +0100
  • 951c9e89e2 Make an integer-only deque DataHoarder 2022-01-27 18:14:58 +0100
  • 2eb18f83dd
    Merge de26ab07c3 into 53a0acdb4c yuvaraj_11 2021-12-11 20:11:14 -0800
  • de26ab07c3 Fix the minor typo "itmes" to "items" yuvaraj_11 2021-12-12 09:39:33 +0530
  • 53a0acdb4c Update readme gammazero 2021-05-08 16:43:42 -0700
  • b1258a9620 update readme gammazero 2021-05-08 16:40:12 -0700
  • 497d314710 Create main.yml Andrew Gillis 2021-05-08 16:36:45 -0700
  • 1dfe35d318 Create go.yml Andrew Gillis 2021-05-08 16:35:10 -0700
  • 34189b865b update readme gammazero 2021-05-08 16:40:12 -0700
  • fd8834e3fe Create main.yml Andrew Gillis 2021-05-08 16:36:45 -0700
  • b81abacce7
    Create main.yml Andrew Gillis 2021-05-08 16:36:45 -0700
  • f70819c827
    Create go.yml Andrew Gillis 2021-05-08 16:35:10 -0700
  • be20709541 New() optionally sets current and minimum capacity gammazero 2021-04-27 19:03:02 -0400
  • 6d7599c0a3 New() optionally sets current and minimum capacity gammazero 2021-04-27 19:03:02 -0400
  • 3932da5530 update supported go versions gammazero 2020-10-10 01:16:37 -0400
  • 0d9d44d2ba update supported go versions gammazero 2020-10-10 01:16:37 -0400
  • 07291166fe
    Update README.md Andrew J. Gillis 2020-07-21 13:26:02 -0700
  • 50fa758af8
    Merge pull request #9 from vejnar/set-method Andrew J. Gillis 2020-03-10 15:27:45 -0700
  • 219e1ab036 Add Set tests vejnar 2020-03-10 14:58:31 -0400
  • 5bbeff036c Add Set method vejnar 2020-03-10 14:56:12 -0400
  • 1e9af0e52b update ci for go1.14 Andrew Gillis 2020-02-27 18:13:00 -0500
  • 1f77d39c88 Add out-of-range tests for Set and Copy vejnar 2020-02-19 14:24:21 -0500
  • d9f824a398 Add Set and Copy methods vejnar 2020-02-19 12:34:13 -0500
  • 7e84b94275 update badge Andrew Gillis 2020-01-24 15:03:22 -0500
  • b630f0325c update badge Andrew Gillis 2020-01-24 14:51:54 -0500
  • 36dee4a733 use next and prev func instead of caculating position directly 李洺吉 2019-12-28 15:27:45 +0800
  • 46e4ffb7a6
    Merge pull request #6 from gammazero/test-latest-go Andrew J. Gillis 2019-05-20 18:27:01 -0700
  • cb6ff4f760 vet flag Andrew Gillis 2019-05-20 21:20:40 -0400
  • 3afb1e7c79 test with latest go Andrew Gillis 2019-05-20 20:54:38 -0400
  • 50f5fc498a
    Merge pull request #5 from gammazero/new-func Andrew J. Gillis 2019-05-15 01:55:11 -0700
  • c7232d050f set minimum capacity at anytime Andrew Gillis 2019-05-15 04:19:52 -0400
  • 2ff0cd8822 New func to specify minimum capacity Andrew Gillis 2019-05-15 00:17:53 -0400
  • 2afb3858e9
    Merge pull request #4 from danrl/patch-1 Andrew J. Gillis 2019-01-30 11:14:00 -0800
  • d1f9bd8f24
    Typo: remove superfluous "the" Dan Lüdtke 2019-01-30 17:00:09 +0100
  • f6adf94963
    Merge pull request #3 from gammazero/travis Andrew J. Gillis 2018-09-20 10:21:22 -0700
  • c892bbebe0 Add go 1.11 to CI Andrew Gillis 2018-09-20 12:04:37 -0400
  • e1eb5d77ca
    Fix indent in README Andrew J. Gillis 2018-09-20 09:02:04 -0700
  • b106e3c6d0 comment Andrew Gillis 2018-05-18 16:02:14 -0400
  • 270fb6f22a fix typo in comment Andrew Gillis 2018-05-18 13:59:41 -0400
  • c8a08926c0 reduce cyclomatic complexity of test functions Andrew Gillis 2018-05-17 10:19:32 -0400
  • 762b7fe760 Fix comment and golint warning. Move package comment into doc.go Andrew Gillis 2018-05-17 10:02:13 -0400
  • 198af482fd
    Merge pull request #2 from gammazero/atmethod Andrew J. Gillis 2018-05-10 17:06:14 -0700
  • d00173d949 comment Andrew Gillis 2018-05-10 19:23:41 -0400
  • 7d7061a1b6 Add At() method Andrew Gillis 2018-05-10 19:11:55 -0400
  • a91677b1e1 comments Andrew Gillis 2018-05-01 10:03:05 -0400
  • 40bcfc449d update readme Andrew Gillis 2018-05-01 00:44:09 -0400
  • df31e17eb5 remove Insert(), Remove() and Get() as these encourage misuse of deque and should not be needed. Andrew Gillis 2018-05-01 00:40:54 -0400
  • d09e6d40f5 link diagram in readme Andrew Gillis 2018-04-29 22:59:51 -0400
  • bc0d5bf324 benchmark Insert and Remove Andrew Gillis 2018-04-29 18:21:27 -0400
  • 91a80481f6 benchmarks Andrew Gillis 2018-04-29 13:14:04 -0400
  • 09ca60094b
    Merge pull request #1 from gammazero/insertremove Andrew J. Gillis 2018-04-29 08:13:34 -0700
  • c10b3dfb6c comments Andrew Gillis 2018-04-29 11:08:00 -0400
  • c4fbbc4e44 Rename Peek to Get Andrew Gillis 2018-04-28 21:15:59 -0400
  • 9d5bd04429 add Replace() Andrew Gillis 2018-04-28 20:45:48 -0400
  • 3771637d65 update readme Andrew Gillis 2018-04-28 20:35:17 -0400
  • e0df3df127 Add Insert and Remove. No negative indexing. Andrew Gillis 2018-04-28 20:16:21 -0400
  • 61131f5ce5 comments Andrew Gillis 2018-04-24 17:51:08 -0400
  • 822a94c81c
    Update README.md Andrew J. Gillis 2018-04-23 20:56:37 -0700
  • b2455046b0
    Create LICENSE Andrew J. Gillis 2018-04-23 20:10:58 -0700
  • 4e0a647678 initial commit Andrew Gillis 2018-04-23 23:06:09 -0400