{"id":22159095,"url":"https://github.com/jonathan-beard/tinystm","last_synced_at":"2026-07-03T02:04:36.256Z","repository":{"id":145707886,"uuid":"50451348","full_name":"jonathan-beard/TinySTM","owner":"jonathan-beard","description":"TinySTM","archived":false,"fork":false,"pushed_at":"2012-04-25T01:31:12.000Z","size":385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T20:20:30.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathan-beard.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE.VELOX","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-26T18:56:14.000Z","updated_at":"2016-07-20T12:56:35.000Z","dependencies_parsed_at":"2023-06-19T09:05:31.426Z","dependency_job_id":null,"html_url":"https://github.com/jonathan-beard/TinySTM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-beard%2FTinySTM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-beard%2FTinySTM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-beard%2FTinySTM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-beard%2FTinySTM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathan-beard","download_url":"https://codeload.github.com/jonathan-beard/TinySTM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294775,"owners_count":20591909,"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-12-02T03:43:49.138Z","updated_at":"2025-10-30T02:07:32.306Z","avatar_url":"https://github.com/jonathan-beard.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"OVERVIEW:\n\nTinySTM is a lightweight but efficient word-based STM implementation.\nThis distribution includes three versions of TinySTM: write-back\n(updates are buffered until commit time), write-through (updates are\ndirectly written to memory), and commit-time locking (locks are only\nacquired upon commit).  The version can be selected by editing the\nmakefile, which documents all the different compilation options.\n\nTinySTM compiles and runs on 32 or 64-bit architectures.  It was tested\non various flavors of Unix, on Mac OS X, and on Windows using cygwin.\nIt comes with a few test applications, notably a linked list, a skip\nlist, and a red-black tree.\n\nINSTALLATION:\n\nTinySTM requires the atomic_ops library, freely available from\nhttp://www.hpl.hp.com/research/linux/atomic_ops/.  A stripped-down\nversion of the library is included in the TinySTM distribution.  If you\nwish to use another version, you must set the environment variable\nLIBAO_HOME to the installation directory of atomic_ops.\n\nIf your system does not support GCC thread-local storage, set the\nenvironment variable NOTLS to a non-empty value before compilation.\n\nTo compile TinySTM libraries, execute 'make' in the main directory.  To\ncompile test applications, execute 'make test'.\n\nCONTACT:\n\n    E-mail : tinystm@tinystm.org\n    Web    : http://tinystm.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-beard%2Ftinystm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathan-beard%2Ftinystm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-beard%2Ftinystm/lists"}