PackageTrack
Sign in Get early access

github.com/zyedidia/generic

v1.2.1 #1322 most downloaded on Go modules zyedidia/generic

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships fairly regularly

a new release about every 5 weeks

Nearly every release is documented

notes for 6 of 6 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

40 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

40 releases · Dec 2021 to Aug 2023
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 40
  1. v1.2.2-0.20230819223407-98022f93823f 19 Aug 2023 pre-release

    Nothing published for this version

  2. v1.2.2-0.20230819223234-32b17c892997 19 Aug 2023 pre-release

    Nothing published for this version

  3. v1.2.2-0.20230802185819-8d75cd0e2bf7 02 Aug 2023 pre-release

    Nothing published for this version

  4. v1.2.2-0.20230801214556-504ce6391993 01 Aug 2023 pre-release

    Nothing published for this version

  5. v1.2.2-0.20230625215236-3404399b19f1 25 Jun 2023 pre-release

    Nothing published for this version

  6. v1.2.2-0.20230320175451-4410d2372cb1 20 Mar 2023 pre-release

    Nothing published for this version

  7. v1.2.2-0.20230319181302-7927e1ce0a23 19 Mar 2023 pre-release

    Nothing published for this version

  8. v1.2.2-0.20230319040117-a3719934eff6 19 Mar 2023 pre-release

    Nothing published for this version

  9. v1.2.2-0.20230125050312-e9dd4843d4d1 25 Jan 2023 pre-release

    Nothing published for this version

  10. v1.2.2-0.20230125050208-f6a50fde3e9c 25 Jan 2023 pre-release

    Nothing published for this version

  11. v1.2.1 12 Jan 2023
    Release notes

    Changelog:

    • Unicode handling fixed in trie.
    • trie remove now deletes nodes recursively instead of just marking them as removed.
    • hashset no longer requires its key to implement comparable.
    Open source →
  12. v1.2.1-0.20230112014555-c71d9cac8f9c 12 Jan 2023 pre-release

    Nothing published for this version

  13. v1.2.1-0.20230109195042-254353fb8619 09 Jan 2023 pre-release

    Nothing published for this version

  14. v1.2.1-0.20221219034652-b8c944db118b 19 Dec 2022 pre-release

    Nothing published for this version

  15. v1.2.0 13 Oct 2022
    Release notes
    • More generic and powerful set that is implemented over hashset/mapset.
    • Bi-directional map.
    • Some new convenience functions.
    Open source →
  16. v1.1.1-0.20221013230310-30e7a48b7c5d 13 Oct 2022 pre-release

    Nothing published for this version

  17. v1.1.1-0.20221006191323-9d4c79ec335c 06 Oct 2022 pre-release

    Nothing published for this version

  18. v1.1.1-0.20220819225634-38f713db0fa2 19 Aug 2022 pre-release

    Nothing published for this version

  19. v1.1.0 06 Jun 2022
    Release notes
    • New heap data structure.
    • Fixes for interval tree and trie.
    Open source →
  20. v1.0.1-0.20220516232332-7fb5054cf328 16 May 2022 pre-release

    Nothing published for this version

  21. v1.0.0 03 May 2022
    Release notes

    Changes:

    • New multimap data structure.
    • New Clamp function.
    • Eviction callback in cache.
    • Interval tree accepts generically comparable intervals
    • Fixes and optimizations for hashmap/AVL tree.
    Open source →
  22. v0.2.1-0.20220424203152-e63b282f39ba 24 Apr 2022 pre-release

    Nothing published for this version

  23. v0.2.1-0.20220419034557-f0915127e7e9 19 Apr 2022 pre-release

    Nothing published for this version

  24. v0.2.1-0.20220415181423-2d743381e583 15 Apr 2022 pre-release

    Nothing published for this version

  25. v0.2.1-0.20220413035348-c1f83ecadbb0 13 Apr 2022 pre-release

    Nothing published for this version

  26. v0.2.1-0.20220406174630-7bf84966e70c 06 Apr 2022 pre-release

    Nothing published for this version

  27. v0.2.1-0.20220403203749-aa7e0a5a5231 03 Apr 2022 pre-release

    Nothing published for this version

  28. v0.2.0 01 Apr 2022
    Release notes

    Changes:

    • new mapset package implementing a set using the built-in Go map.
    • copy function for hashset.
    • hashmap package function NewMap renamed to New for better naming consistency.
    Open source →
  29. v0.1.1-0.20220328201059-a3d5fb82f1bf 28 Mar 2022 pre-release

    Nothing published for this version

  30. v0.1.0 27 Mar 2022
    Release notes

    This is the initial release of this package now that Go 1.18 has been released. There is no longer an iter package, and data structures have an Each function for iterating over elements. In the future an iterator API may be used when it is clearer how best to implement it.

    Open source →
  31. v0.0.0-20230819223407-98022f93823f 19 Aug 2023 pre-release

    Nothing published for this version

  32. v0.0.0-20230125050208-f6a50fde3e9c 25 Jan 2023 pre-release

    Nothing published for this version

  33. v0.0.0-20221006191323-9d4c79ec335c 06 Oct 2022 pre-release

    Nothing published for this version

  34. v0.0.0-20220225061151-f2366508c5ad 25 Feb 2022 pre-release

    Nothing published for this version

  35. v0.0.0-20211222002821-df59a340226d 22 Dec 2021 pre-release

    Nothing published for this version

  36. v0.0.0-20211221212527-13c2e081a614 21 Dec 2021 pre-release

    Nothing published for this version

  37. v0.0.0-20211221023747-11ad84f60c52 21 Dec 2021 pre-release

    Nothing published for this version

  38. v0.0.0-20211219204107-236d7125beed 19 Dec 2021 pre-release

    Nothing published for this version

  39. v0.0.0-20211219200151-e458c8cdcbee 19 Dec 2021 pre-release

    Nothing published for this version

  40. v0.0.0-20211218185412-2200d1e1783c 18 Dec 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive