#efficient-coding

[ follow ]
CodeProject
1 month ago
JavaScript

WPF: Ultra fast and simple string painting using GlyphRun

Efficiently write strings to DrawingContext in WPF for improved performance. [ more ]
Medium
6 months ago
Scala

Programming in Scala [Chapter 22]-Implementing Lists

Understanding List class internals leads to efficient and concise coding.
Deep diving into List class enhances Scala understanding and core data structures. [ more ]
Simplilearn.com
4 months ago
Python

Mastering Bitwise Operators in Python | Essential Techniques

In Python, bitwise operators are used for efficient coding by manipulating individual bits of numbers.
To optimize code and manipulate bits within numbers, shift operators should be well understood.
Custom classes can specify how they behave with these operators using operator overloading for bitwise operations.
Custom classes can also extend the behavior of these operators to other types of data beyond just integers. [ more ]
[ Load more ]