Help with handwritten advanced number system

Why at your own risk?
It’s a great advanced and optimalized script.

Will be useful for someone.

6 Likes

It’s so incredibly optimized, my computer doesn’t even need to show me the whole thing!

8 Likes

It’s pretty light code which is liable and works great.
But overall it’s really useful.

It takes some resources tho:
image

It only takes 3.4GB ram, It’s really good compared to what it can do.

9 Likes

Are you running a… more COMPLICATED??.. version?? I’m opening the simple GitHub version, and it’s only using 30GB of memory. I can’t seem to replicate your results.

2 Likes

No, my version is pretty optimalized and easy to read with only 2 million lines of code and great functionality.

It really can be used to create amazing things.

3 Likes

That must be why it crashed for me, I only have 8GB of memory.

1 Like

It has since crashed again. My computer doesn’t need to show me the code to convince me it’s the most efficient possible code.

3 Likes

Stop spreading misinformation about my script which is optimalized to run on low end devices.

I’m predicting that next 10 million update may be more resourceful but still run with only about 1GB or 2 of ram.

The code is built with advanced way of coding it cannot crash.

3 Likes
function OddOrEven(number)
	for i = 1, 1e12, 2 do
		if number == i then
			return "odd"
		end
	end
	
	for i = 2, 1e12, 2 do
		if number == i then
			return "even"
		end
	end
	
	return "idk"
end
2 Likes

Uh


Out of memory again…
image

1 Like

Too complicated compared to my script which is built with quality level coding.

Fake, misinformation.

It works good:

2 Likes

is this a joke???

3 Likes

no it’s completely serious, any other way is unoptimized and this is the right endorsed way

4 Likes

I’m actually unsure at this point :sob:

3 Likes

I think a script to check if an integer is divisible by 1 would be useful. Thanks for the code btw

image
im making a 1 billion lines version :sunglasses:

me too :sob:

No it’s not a joke, it is a advanced number system made by my hands.

Exactly

You’re welcome, enjoy using my advanced code.

I’m sure that this is advanced code made by me.

4 Likes

deprecated ~= removed

Im one of those scripters who sitll use getfenv, setfenv regardless if its depreacted or not.

this gave me a laugh that i needed. thanks.

3 Likes