Advertisement · 728 × 90
#
Hashtag
#bigint
Advertisement · 728 × 90
Post image

JavaScript BigInt: Handle HUGE Numbers! 💪
Ever hit JavaScript's number limit? (2^53 - 1) 😱

BigInt lets you work with integers of ANY size! ♾ Just add 'n' to the end:

#JavaScript #WebDev #Programming #BigInt #Coding #100DaysOfCode #DevCommunity

5 0 0 0
Post image

Hunt for massive primes! This sleek, terminal-focused Prime calculator uses BigInt, allowing it to calculate far beyond normal limits. Perfect for those who want to push the boundaries of browser-based computation.
Try: pyroflame.com/ppcv1.0gg
Code: pastebin.com/Ed5mpes2
#BigInt #Primes #Programming

0 0 0 0
Preview
500 million is becoming a horrible negative number on replicas I need some assistance understanding what looks like a corrupted value in replicas. Here's the scenario: 1 primary database, 8 read replicas. Database is MySQL, deployed with Amazon RDS. There is a

Anyone know #databases and #replication very well? Why a #bigint in #mysql might turn `500,000,000` into `-14592094872` but only on replicas? I could use some help. dba.stackexchange.com/questions/34...

0 0 0 1

⚡ Are there some tricks to make #BigInt representing 64-bit integers faster on V8 #JavaScript? Maybe something to tell V8 to consider 64-bit values?

In @fast-check.dev, my homemade Int64 backed by a 2-integer array seems to be faster to execute.

0 0 0 0

FunctionalScript library received several new features today, such as:
- #SHA2 64-based (SHA512, etc)
- msbUtf8() function, to convert #JavaScript #UTF16 strings to #UTF8 bit vector (as #bigint). github.com/functionalsc...

3 1 0 0
Video

🔥 Tykee Smith with the big INT! 🔥

📹 Check out this crucial play as he returns from injury and makes his presence felt with a 7-yard pick! First game back from a knee injury and he’s already making game-changing plays! 🎥 #GoBucs #BigINT #Defense

#TampaBayBuccaneers #NFL #DefensiveStand

1 0 0 0

How to make a fast log2 function for bigint in JavaScript? I know that JS VM can do it in almost O(1) because it has information about the size of bigint. My current best algorithm is O(log(n)). Do you have any ideas for improvement?
github.com/functionalsc... #JavaScript #bigint #log2 #Algorithm

1 0 0 0