{"id":15967871,"url":"https://github.com/ljun20160606/go-lib","last_synced_at":"2025-04-04T14:25:05.984Z","repository":{"id":97746552,"uuid":"88159364","full_name":"ljun20160606/go-lib","owner":"ljun20160606","description":"Go util tools","archived":false,"fork":false,"pushed_at":"2018-10-16T03:11:32.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T00:17:08.153Z","etag":null,"topics":["algorithms","data-structures","golang","utils"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljun20160606.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T11:48:14.000Z","updated_at":"2018-10-16T03:11:34.000Z","dependencies_parsed_at":"2023-03-13T16:09:26.764Z","dependency_job_id":null,"html_url":"https://github.com/ljun20160606/go-lib","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljun20160606%2Fgo-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljun20160606%2Fgo-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljun20160606%2Fgo-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljun20160606%2Fgo-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljun20160606","download_url":"https://codeload.github.com/ljun20160606/go-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247192110,"owners_count":20899038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","golang","utils"],"created_at":"2024-10-07T18:42:00.774Z","updated_at":"2025-04-04T14:25:05.967Z","avatar_url":"https://github.com/ljun20160606.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ljun20160606/go-lib/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/ljun20160606/go-lib.svg?branch=master)](https://travis-ci.org/ljun20160606/go-lib)\n[![codecov](https://codecov.io/gh/ljun20160606/go-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/ljun20160606/go-lib)\n\n# go-lib\n\n## 目录\n\n1. [设计模式](gof)\n    * [策略模式](gof/strategy)\n    * [单例模式](gof/singleton)\n    * [装饰者模式](gof/decorator)\n    * [工厂模式](gof/factory)\n    * [命令模式](gof/command)\n    * [适配器模式](gof/adapter)\n1. [cache](cache)\n    * [timing wheel](cache/timer/timing-wheel.go)\n    * [ccache](cache/ccache.go)\n1. [池](pool)\n    * [连接池](pool/conncet-pool.go) (不能存map，因为复用的时候不会删除entry)\n    * [协程池](pool/coroutine-pool.go) (只实现了size，没实现min, max)\n1. [分布式锁](lock/redis_mutex.go) (redis实现)\n1. [编译原理前端](parser)\n    * [计算器](parser/calculator)\n    * [go tag](parser/tag)\n1. [数据结构与算法](algorithms)\n    * [环形队列](algorithms/queue)\n    * [搜索](algorithms/search)\n        * [对分搜索](algorithms/search/binary.go)\n        * [前缀树](algorithms/search/trie.go)\n    * [栈](algorithms/stack)\n    * [排序](algorithms/mysort)\n        * [归并排序](algorithms/mysort/merge_sort.go)\n        * [快速排序](algorithms/mysort/quick_sort.go)\n    * [编辑距离](algorithms/levenshtein)\n    * [图](algorithms/topological)\n        * [拓扑排序](algorithms/topological/serial.go)\n        * [并行拓扑排序](algorithms/topological/parallel.go)\n\n## 说明\n\n公共方法库","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljun20160606%2Fgo-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljun20160606%2Fgo-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljun20160606%2Fgo-lib/lists"}