
Developer
What is Branchless Programming?
- Frank
- November 22, 2021
- ascii
- assembly
- avx
- bit hacking
- branchless
- branchless comparisons
- branchless if
- c++ asm
- cmov
- Code
- comparison
- compiler
- Computer Science
- conditional moves
- convert to upper case
- Creel
- demonstration
- disassembly
- examples
- explained
- how to
- if statements
- optimisation
- Optimization
- performance programming
- Programming
- simd
- smaller than
- toupper
- Tutorial
- upper case
- uppse case algorithm
- what’s a creel
- whatsacreel
- x64 assembly
This video looks at branchless programming. This is a technique to gain speed in our high and low level programming by avoiding branching code as much as possible.
Read More
Developer
Clean Code Lesson 1 with Uncle Bob
- Frank
- October 17, 2021
- Agile
- App
- Applications
- architecture
- arguments
- C#
- C++
- Clean Code
- computing
- cycle
- declarations
- Design
- Development
- edsger dijkstra
- Ethics
- expectations
- Functions
- Future
- grady booch
- human relations
- InteliJ
- Java
- kotlin
- methodology
- Microsoft
- Optimization
- polite code
- practice
- Productivity
- programmer
- Programming
- programming language
- purpose
- responsibility
- robert cecil martin
- rules
- scrum
- shrunk code
- society
- Software
- structure
- study
- tdd
- Technology
- test driven development
- uncle bob
- Web
“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write a clean code and establishes the bases to achieve […]
Read More
Neural Networks
Neural Network Architectures
Steve Brunton describes the wide variety of neural network architectures available to solve various problems in this lecture. Book website: http://databookuw.com/ Steve Brunton’s website: eigensteve.com
Read More