Giter Site home page Giter Site logo
PK Score
12237
1667891

express is winner.

express is better than os-memory-allocation-algorithms-simulation.

More interesting! Play with express's owner and os-memory-allocation-algorithms-simulation's owner PK.

open Graph Image
photo
open Graph Image
photo
is In Organization
No
is In Organization
Yes
description
The two programs included in this repository simulate the Buddy System, First Fit, Next Fit, Best Fit and Worst Fit memory allocation algorithms used in numerous operating systems. Tree data structure was used for the implementation of buddy system where as two separate doubly link lists have been used to keep the record of the holes and the memory allocated to the processes in case of First Fit, Next Fit, Best Fit and Worst Fit algorithms simulation. The buddy system is a memory allocation and management algorithm that manages memory in power of two increments. In the first fit, the approach is to allocate the first free partition or hole large enough which can accommodate the request. It finishes after finding the first suitable free partition. The best fit deals with allocating the smallest free partition which meets the requirement. This algorithm first searches the entire list of free partitions and considers the smallest hole that is adequate. Next fit is a modified version of first fit. It begins as first fit to find a free partition. When called the next time it starts searching from where it left off instead of the beginning. In case of worst fit, the approach is to locate largest available free partition so that the left over portion will be big enough to be useful again.
description
Fast, unopinionated, minimalist web framework for node.
homepage
homepage
https://expressjs.com
url
https://githubhelp/asad82/os-memory-allocation-algorithms-simulation
url
https://githubhelp/expressjs/express
disk Usage
128
dis kUsage
9234
stargazer Count
7
stargazer Count
64225
forkCount
3
forkCount
14451
watcher Count
1
watcher Count
1710
created At
2020-02-22
created At
2009-06-27
license Info
MIT License
license Info
MIT License
issues
0
issues
50
languages
2
languages
3
repository Topics
10
repository Topics
4
owner
asad82
owner
expressjs
owner Avatar
photo
owner Avatar
photo
other
other

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.