Skip to content
#

guid

Here are 236 public repositories matching this topic...

Guidish is a C++20 header-only library for generating 128bit guid like id that can be used as a monotonically increasing key 128bit Guidish Key = [64bits - epoch time in microseconds] + [16 bits - siteid] + [48 bits - cpu tick count] Intended to be useful for implementing message queues and similar id schemes.

  • Updated Jan 8, 2023
  • C++

Improve this page

Add a description, image, and links to the guid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guid topic, visit your repo's landing page and select "manage topics."

Learn more