{"id":24600798,"url":"https://github.com/skypher/cl-store","last_synced_at":"2026-01-11T07:03:46.995Z","repository":{"id":3454365,"uuid":"4508070","full_name":"skypher/cl-store","owner":"skypher","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-24T06:09:01.000Z","size":103,"stargazers_count":58,"open_issues_count":3,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-05T21:36:10.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mpdifran/MyoSports","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skypher.png","metadata":{"files":{"readme":"readme","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-31T13:37:12.000Z","updated_at":"2025-07-07T14:05:01.000Z","dependencies_parsed_at":"2023-02-13T18:31:51.997Z","dependency_job_id":null,"html_url":"https://github.com/skypher/cl-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skypher/cl-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypher%2Fcl-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypher%2Fcl-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypher%2Fcl-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypher%2Fcl-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skypher","download_url":"https://codeload.github.com/skypher/cl-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypher%2Fcl-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-01-24T14:01:33.901Z","updated_at":"2026-01-11T07:03:46.975Z","avatar_url":"https://github.com/skypher.png","language":"Common Lisp","readme":"README for Package CL-STORE.\nAuthor: Sean Ross \nHomepage: http://www.common-lisp.net/project/cl-store/\nVersion: 0.8.11\n\n0. About.\n   CL-STORE is an portable serialization package which \n   should give you the ability to store all common-lisp\n   data types (well not all yet) into streams.\n   See the cl-store manual (docs/cl-store.texi) for more in depth information.\n   \n   !!! NOTE: The cl-store-xml backend is deprecated.\n\n1. Usage\n   The main entry points are \n    - [Method] cl-store:store (obj place \u0026optional (backend *default-backend*)) \n          =\u003e obj\n       Where place is a path designator or stream and\n       backend is one of the registered backends.\n\n    - [Method] cl-store:restore (place \u0026optional (backend *default-backend*)) \n          =\u003e restored-objects\n       Where place and backend is as above.\n\n    - cl-store:restore is setfable, which I think makes\n      for a great serialized hit counter.\n      eg. (incf (restore place))\n  \n    NOTE.\n     All errors signalled within store and restore can \n     be handled by catching store-error and restore-error respectively.\n\n2. Optimizing.\n    \n   While cl-store is generally quickish it still has a tendency to \n   do a lot of consing. Thanks to profilers this has been pinned down \n   to the rehashing of the hash-tables which track object circularities.\n   From 0.4.0 cl-store has three new variables *store-hash-size*, *restore-hash-size*\n   and *check-for-circs*, proper usage of these new variables can greatly reduce\n   the consing (and time taken) when storing and restoring large objects.\n  \n   - *store-hash-size* and *restore-hash-size\n     At the beginning of storing and restoring an eq hash-table is created with a \n     default size of 50 to track objects which have been (re)stored. On large objects however\n     the rehashing of these hash-tables imposes a severe drain on performance.\n     By binding these two variables to appropriately large values \n     about (100010 for a hash-table with 100000 int-\u003estring mappings) you\n     can obtain a decent performance improvement. This may require a bit \n     of fiddling to find the best tradeoff between rehashing and creating \n     a large hash-table.\n \n   - *check-for-circs*\n     Binding this variable to nil when storing or restoring\n     an object inhibits all checks for circularities which gives a \n     severe boost to performance. The downside of this is that no \n     restored objects will be eq and attempting to store circular objects \n     will hang. The speed improvements are definitely worth it if you \n     know that there will be no circularities or shared references in \n     your data (eg spam-filter hash-tables). \n\nEnjoy\n Sean.\n","funding_links":[],"categories":["Recently Updated","Online editors ##"],"sub_categories":["[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)","Third-party APIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskypher%2Fcl-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskypher%2Fcl-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskypher%2Fcl-store/lists"}