issues
search
RobThree
/
IdGen
Twitter Snowflake-alike ID generator for .Net
MIT License
1.19k
stars
148
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed an off by 1 issue related to maxmium GeneratorId.
#62
Throwy
closed
6 months ago
4
How to use this in distributed computing ?
#61
hassanrazakhalid
closed
6 months ago
3
Is there a way to generate id from the past
#60
andtii
closed
6 months ago
1
Debugging InvalidSystemClockExceptions
#59
Mahamed-Belkheir
closed
1 year ago
15
IIdGenerator is registered as a singleton, but duplicate IDs are still generated
#58
andrew2558
closed
1 year ago
4
Sequence input for CreateId()
#57
boraturant
closed
1 year ago
3
Use dependabot to keep references up to date
#56
tiksn
closed
6 months ago
1
Concurrency issues with instances scale up
#55
binraider
closed
1 year ago
2
Could we log how often we overflow sequence IDs and have to spinwait?
#54
kimsey0
closed
1 year ago
1
SpinWait drastically slows continous ID generation rate for small tick length
#53
kimsey0
closed
1 year ago
10
Public Method Comments
#52
LeeWhite187
closed
6 months ago
1
Consider adding IdGenerator#CreateFromDateTime
#51
glen-84
closed
1 year ago
5
IdGenerator does not contain a definition for 'Take'
#50
Fitmavincent
closed
1 year ago
1
Handling uniqueness ID across multiple instance of same service
#49
mehdihadeli
closed
1 year ago
6
Is there a way to shorten the number of digits generated for an id?
#48
JohnnySanabria
closed
1 year ago
5
IdGen is generating 17bit Id instead of 16bit? What should we change in the method so that it generate 16 bit Id instead of 17 bit now and in the future it continuous to generate 16 bit Id?
#47
dpatusb
closed
1 year ago
11
Documentation about generatorId collisions when id structure changes
#46
rmandvikar
closed
1 year ago
9
idGen tests: Add test to verify parallelism
#45
rmandvikar
closed
1 year ago
5
Tag 3.0.3 is missing
#44
rmandvikar
closed
1 year ago
1
createId: Tweak bitwise logic
#43
rmandvikar
closed
1 year ago
3
framework: Update to net462
#42
rmandvikar
closed
1 year ago
1
Avoid spending a sign bit by using ulongs
#41
velddev
closed
1 year ago
13
Added explicit types and key type
#40
jeffward01
closed
1 year ago
1
Non-generic IIdGenerator
#39
glen-84
closed
1 year ago
5
Drop support for netstandard 1.1
#38
akoken
closed
1 year ago
5
SQL Server equivalent possible?
#37
vyrotek
closed
2 years ago
3
Using IdGen for migrating legacy data
#36
nothings-more
closed
3 years ago
4
Creating ID for a specific point in past time
#35
dtln820
closed
3 years ago
7
Duplicate Ids in a two instance microservice
#34
dimitkos
closed
3 years ago
4
Thread safety
#33
Maslzad
closed
3 years ago
12
Int use for Generator Id
#32
fdhsdrdark
closed
3 years ago
5
Id to datetime
#31
minhhungit
closed
3 years ago
10
Feature: CreateId that accepts generator ID as argument
#30
AachoLoya
closed
3 years ago
6
Add to documentation
#29
RobThree
closed
3 years ago
1
GeneratorId for Azure Function(s)
#28
lwalker-kforce
closed
2 years ago
5
Different host instances, run for a period of time, the KEY sequence is inconsistent
#27
ArvinHsieh
closed
4 years ago
5
In production environment, Can be defined as static member?
#26
bidianqing
closed
4 years ago
1
Constructor mismatch
#25
rubo
closed
4 years ago
2
IdGen configuration of sequences exhausted within timeslot
#24
JanKrivanek
closed
4 years ago
8
fix: InvalidSystemClockException in concurrent
#23
larrynung
closed
4 years ago
3
Add support .Net Core
#22
muhman
closed
4 years ago
1
Feature suggestion: (Option to) keep trying rather than throw SequenceOverflowException
#21
reinux
closed
4 years ago
9
How to sync DefaultTimeSource's Elapsed
#20
Caskia
closed
4 years ago
11
generators clock running fast
#19
hero-joel
closed
4 years ago
13
Generated Ids have timestamps from the past
#18
stuart-beattie
closed
4 years ago
11
Sequential for Microsoft SQL Server or MySQL?
#17
djordjedjukic
closed
5 years ago
7
Can support.net core?
#16
Seanxwy
closed
5 years ago
1
Does IdGen work across cluster nodes with no collisions?
#15
ifle
closed
5 years ago
4
增加毫秒内序列用完后,阻塞算法的实现
#14
leegkon
closed
5 years ago
3
Timestamp bits go ahead of time
#13
dmitry-chistyakov
closed
5 years ago
3
Next