{"id":17150246,"url":"https://github.com/buraksezer/sorted","last_synced_at":"2025-06-23T14:35:41.180Z","repository":{"id":57505926,"uuid":"157979365","full_name":"buraksezer/sorted","owner":"buraksezer","description":"SortedSet and SortedMap with skip list for Go","archived":false,"fork":false,"pushed_at":"2019-09-25T06:47:16.000Z","size":24,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T06:29:12.090Z","etag":null,"topics":["golang","key-value","map","skiplist","skiplistmap","sorted-map","sorted-set"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buraksezer.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}},"created_at":"2018-11-17T11:48:33.000Z","updated_at":"2024-11-28T01:59:41.000Z","dependencies_parsed_at":"2022-08-27T10:40:37.094Z","dependency_job_id":null,"html_url":"https://github.com/buraksezer/sorted","commit_stats":null,"previous_names":["buraksezer/offcache","buraksezer/gsorted","buraksezer/jupiter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buraksezer%2Fsorted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buraksezer%2Fsorted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buraksezer%2Fsorted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buraksezer%2Fsorted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buraksezer","download_url":"https://codeload.github.com/buraksezer/sorted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710438,"owners_count":21149188,"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":["golang","key-value","map","skiplist","skiplistmap","sorted-map","sorted-set"],"created_at":"2024-10-14T21:35:12.075Z","updated_at":"2025-04-13T11:52:17.088Z","avatar_url":"https://github.com/buraksezer.png","language":"Go","readme":"# sorted\n[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/buraksezer/sorted) [![Build Status](https://travis-ci.org/buraksezer/sorted.svg?branch=master)](https://travis-ci.org/buraksezer/sorted) [![Coverage](http://gocover.io/_badge/github.com/buraksezer/sorted)](http://gocover.io/github.com/buraksezer/sorted) [![Go Report Card](https://goreportcard.com/badge/github.com/buraksezer/sorted)](https://goreportcard.com/report/github.com/buraksezer/sorted) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\nSortedSet and SortedMap with [skip list](https://en.wikipedia.org/wiki/Skip_list) for Go. It also supports\nsorting by score.\n\n## Rationale\n\nIt's designed to be used in [Olric](https://github.com/buraksezer/olric). I need a GC friendly SortedSet/SortedMap \nimplementation which implements Load/Dump functions and my keys and values are byte slices. \n\n## Features\n\n* Implemented with Skip list,\n* Uses only one byte slice. It's GC friendly,\n* Supports compaction: Frees claimed memory when it's needed,  \n* Supports sorting keys by score,\n* Implements Load/Dump methods to store whole data set or transfer over network.\n\n## Limitations\n\n* Keys and values are byte slices due to its design.\n\n## Usage \n\n## Contributions\nPlease don't hesitate to fork the project and send a pull request or just e-mail me to ask questions and share ideas.:w\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburaksezer%2Fsorted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburaksezer%2Fsorted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburaksezer%2Fsorted/lists"}