Skip to content

Simple resource identifier that does not scale. You are not another twitter

Notifications You must be signed in to change notification settings

Craftserve/id-iota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Id-iota

This is simple unique identifier that is not overcomplicated. It does not scale because we are not building another twitter here. Based on timestamps as uint32 so its usability is till 2106 year.

64 bits

  • 32 bits of timestamp
  • 32 bits of randomness

Default encoding is in base36 (its popular in crypto and we are trendy as fuck) and that gives us 13 characters.

About

Simple resource identifier that does not scale. You are not another twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages