Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Simulation Speed of the Logic Gates [ALGORITHM] #1

Open
RockerBot opened this issue Oct 13, 2023 · 2 comments
Open

Increase Simulation Speed of the Logic Gates [ALGORITHM] #1

RockerBot opened this issue Oct 13, 2023 · 2 comments
Assignees
Labels
40 points Hacknight5.0 40 points hactoberfest2023 hacknight5.0

Comments

@RockerBot
Copy link
Owner

The current simulation of logic gates and Boolean algebra for DDCO (Digital Design and Circuit Optimization) in our MERN project is facing a critical performance issue. The algorithm used for calculating the flow of electricity within the gates is excessively inefficient, causing significant delays and reducing the overall usability and accuracy of the simulation.

The primary problem lies in the algorithm's computational complexity, which is currently estimated to be on the order of n^(m+n) :) for each gate operation.

We should aim for a more efficient approach that significantly reduces the computational complexity of the gate operations. This will involve revisiting the core logic of the gate simulation code.

Desired Outcome:
The goal of this issue is to dramatically improve the simulation speed of logic gates within our MERN project. Users should experience faster response times, more accurate results, and an overall smoother interaction with the application.

@RockerBot RockerBot changed the title Increase Simulation Speed of the Logic Gates Increase Simulation Speed of the Logic Gates [ALGORITHM] Oct 13, 2023
@RockerBot RockerBot added 40 points Hacknight5.0 40 points hactoberfest2023 hacknight5.0 labels Oct 13, 2023
@sid-nc
Copy link

sid-nc commented Oct 13, 2023

can i get assigned to this

@Vaarun-C
Copy link
Collaborator

can i get assigned to this

@sid-nc go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
40 points Hacknight5.0 40 points hactoberfest2023 hacknight5.0
Projects
None yet
Development

No branches or pull requests

3 participants