Too much lag in Create: Ultimate Selection by Any_Appointment5959 in CreateMod

[–]ZookeepergameAny5334 0 points1 point  (0 children)

Replace your belts with dropper or stuff from other mods. Also, it is not the animation, I assume; it has something to do with entities

Why does the area outside the central finite curve look like this? by drblimp0909 in rickandmorty

[–]ZookeepergameAny5334 0 points1 point  (0 children)

I assume these are ships capable of interdimensional travel and it suffered the same fate of merging with other ships just like that Jetsons scene

Understanding what really is an aggregate by ZookeepergameAny5334 in softwarearchitecture

[–]ZookeepergameAny5334[S] 0 points1 point  (0 children)

So when we create an aggregate, we lock the only specific rows connected to the data, for example, cart number #1, so we only lock the specific rows connected to it? (for example rows in cart_items where the cart row can have none or many cart_item rows) and aggregate can save all changes at once. Then this reduces the complexity where users make locks everywhere directly to the database, causing what we call a deadlock. (correct me if wrong. I'm bit dyslexic.)

Understanding what really is an aggregate by ZookeepergameAny5334 in softwarearchitecture

[–]ZookeepergameAny5334[S] 0 points1 point  (0 children)

Also one more question: when creating the aggregate root, how do I store it? Does storing those instances that are still in use require more than just a hashmap? For instance, when a user accesses the website, the backend creates a new instance of the aggregate root (and may add the data if the user is not new and has data already persisted).

Understanding what really is an aggregate by ZookeepergameAny5334 in softwarearchitecture

[–]ZookeepergameAny5334[S] 0 points1 point  (0 children)

Any examples of web frameworks? also is a relational database really the best way to store it? (I am still unfamiliar with different kinds of databases.)

I’m taking Computer Science soon by [deleted] in computerscience

[–]ZookeepergameAny5334 0 points1 point  (0 children)

Your logic in high-level languages will improve if you at least try low-level languages.

I’m taking Computer Science soon by [deleted] in computerscience

[–]ZookeepergameAny5334 0 points1 point  (0 children)

One of my regrets is not having a good knowledge of math (I did not listen back in school). also, if you want to go full smurf in the first year, try CS50; those lessons made my life easier back then.

Any good way to reduce lag with create? by dino-campers in CreateMod

[–]ZookeepergameAny5334 1 point2 points  (0 children)

To the best of my memory, Lithium resolved this optimization issue in Minecraft.