#
context-switching
Here are 37 public repositories matching this topic...
-
Updated
Jun 29, 2016 - C
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
kubernetes
ssh
devops
deployment
plugins
google-cloud
namespace
ci-cd
gke
pod
kubectl
automated-deployment
namespaces
exec
context-switching
kubectl-plugins
eks
-
Updated
Jun 19, 2020 - Shell
mikaelpatel
commented
Feb 23, 2017
With the new stack coloring it is possible to capture the max task stack size and adjust. The basic working procedure is:
- Calculate a worst case stack size and add some additional head room.
- Add a call to the Scheduler.stack() member function and capture the maximum head room during execution.
- Reduce the initial stack size.
Kamon System Metrics
-
Updated
Mar 29, 2020 - Scala
Small x86/ARM Operating System built from scratch
-
Updated
Nov 28, 2019 - C
Arduino MiniOS is a tiny multi-tasking operating system for Arduino.
-
Updated
Oct 2, 2019 - Assembly
Delegate to the machine what it does best, and we do worst, when multitasking: Context switching.
chrome-extension
elm-architecture
elm
elm-ui
elm-language
multitasking
elm-lang
context-switching
elm-application
-
Updated
Feb 13, 2018 - Elm
Tiny command line to facilitate AVR hardware and software development and debugging.
-
Updated
Feb 1, 2020 - Assembly
Context switching library for PHP.
-
Updated
Apr 26, 2018 - C++
Make context switch easily to be managed and tracked
-
Updated
Jun 20, 2020 - TypeScript
A 64-bit cooperative multi-tasking toy operating system in C
c
linux
shell
unix
terminal
kernel
scheduling
operating-system
memory-management
syscalls
virtual-file-system
subsystem
virtual-memory
interrupts
page-tables
context-switching
paging
malloc-free
cooperative-multitasking
tarfs
snow-os
-
Updated
Jan 6, 2018 - C
An IDE-Based Context-Aware Meta Search Engine
search-engine
ide
cosine-similarity
context-aware
websearch
context-switching
exception-handling
metasearch-engine
-
Updated
Aug 2, 2016 - Java
Simple context switching library for ARM Cortex-M MCUs in Rust
-
Updated
Mar 12, 2019 - Rust
Assembly level threads implementation (thread switching demonstrated)
-
Updated
Jul 11, 2016 - C
Hints about Linux, SRE, DBs, programming itself...
-
Updated
May 1, 2020
Context Switching involves storing the context or state of a process so that it can be reloaded when required and execution can be resumed from the same point as earlier. Act of switching from one process to another is called a "Context Switch".Typically there are several tasks to perform in a computer system. So if one task requires some I/O operation, you want to initiate the I/O operation and go on to the next task. You will come back to it later. When you return back to a process, you should resume where you left off. For all practical purposes, this process should never know there was a switch, and it should look like this was the only process in the system.
-
Updated
Dec 30, 2019 - C
Operating System kernel implemented with scheduling of process, memory management, kernel-threads, buddy-allocator and pipes - Subject: Operating Systems at @ ITBA
c
ipc
scheduler
assembler
allocator
operating-system
memory-management
pipes
threads
context-switching
kernel-thread
-
Updated
Jun 8, 2018 - C
Facilities for Context Switching and Coroutines on AVR microcontrollers and AVR-based Arduino boards (mirror)
-
Updated
May 15, 2020 - C++
A set of benchmarks to measure critical system operations
-
Updated
May 10, 2018 - C
A console tool for managing mind context switch and call stack
-
Updated
May 24, 2018 - Python
This repository is a simple implementation of P_Thread library. Includes implementation of Context switching between multiple threads, Round robin scheduling, synchronization, Asynchronous I/O and Hybrid threading (User and kernel level threads)
-
Updated
Feb 9, 2018 - C
An IDE-Based Context-Aware Meta Search Engine
-
Updated
Sep 21, 2017 - Java
Lexical analysis framework to interact with artifacts utilizing the semantic compliance of multiple modeling standards.
information-extraction
behavior-analysis
component-architecture
model-driven-engineering
requirements-tracing
context-switching
system-architecture
structural-engineering
lexical-semantics
automation-engine
wip-do-not-use
-
Updated
Dec 3, 2018
Sub-context library for reusing and composing scope
clojure
clojurescript
context
clojure-library
reusable
scope
aspect-oriented-framework
clojure-development
aspect-oriented-programming
context-aware
context-switching
clojurescript-library
context-awareness
aspect-oriented
injectable
clojure-test
reusable-functions
context-oriented-programming
aspect-level
-
Updated
Jan 24, 2019 - Clojure
Implementing a non-preemptive threading library NPTlib for application threads. The OS view of an application is a sequential program with one private stack and registers. NPTlib allows an application thread to create non-preemptive threads without changing the OS view of the application.
-
Updated
Jun 18, 2020 - C
Mini-projetos desenvolvidos para a disciplina de Sistemas Operacionais.
-
Updated
Dec 16, 2017 - C
Operating System kernel implemented with scheduling of process, memory management and IPC - Subject: Operating Systems at @ ITBA
c
kernel
ipc
scheduler
scheduling
assembler
operating-system
memory-management
memory-allocation
context-switching
systemcalls
-
Updated
May 17, 2018 - C
Improve this page
Add a description, image, and links to the context-switching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the context-switching topic, visit your repo's landing page and select "manage topics."


The website and the crates.io package docs are out of sync. Please enable multiversion support (similar to docs.rs) for docs so that it is easy to use the project.