{"id":20761960,"url":"https://github.com/composewell/compact-list","last_synced_at":"2025-04-30T06:28:28.841Z","repository":{"id":62435738,"uuid":"147633399","full_name":"composewell/compact-list","owner":"composewell","description":"An append only list in a compact region","archived":false,"fork":false,"pushed_at":"2018-09-06T08:44:53.000Z","size":9,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T05:59:12.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/composewell.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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-09-06T07:17:47.000Z","updated_at":"2020-02-06T09:13:10.000Z","dependencies_parsed_at":"2022-11-01T21:30:33.494Z","dependency_job_id":null,"html_url":"https://github.com/composewell/compact-list","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fcompact-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fcompact-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fcompact-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Fcompact-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/composewell","download_url":"https://codeload.github.com/composewell/compact-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251653528,"owners_count":21622144,"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":[],"created_at":"2024-11-17T10:28:15.162Z","updated_at":"2025-04-30T06:28:28.793Z","avatar_url":"https://github.com/composewell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compact-list\n\n[![Hackage](https://img.shields.io/hackage/v/compact-list.svg?style=flat)](https://hackage.haskell.org/package/compact-list)\n[![Build Status](https://travis-ci.org/composewell/compact-list.svg?branch=master)](https://travis-ci.org/composewell/compact-list)\n[![Windows Build status](https://ci.appveyor.com/api/projects/status/sndov45axamjt6bu?svg=true)](https://ci.appveyor.com/project/harendra-kumar/compact-list)\n\nIf you hold on to a large data structure in garbage collected (GC) memory\nfor relatively longer times it puts undue pressure on GC, unnecessarily\nincreasing the work done by GC and also increasing the duration of GC\npauses. A `CompactList` allows you to keep a large list in a Compact Region\nnot touched by GC, thus avoiding any GC overhead.  This is essentially like\na convenient in-memory append only file where you can write a list of\nHaskell values without having to marshall or serialize them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Fcompact-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomposewell%2Fcompact-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Fcompact-list/lists"}