GodLikeMouse
  • Blog
  • Music
  • About Me

Performance

Code

Python and Rust Working Hand in Hand

Introduction In the world of programming, every language has its strengths and weaknesses. Python, known for its simplicity and readability, has dominated various domains such as web development, data analysis, and artificial intelligence. On the other hand, Rust, with its emphasis on safety and performance, has gained popularity in systems Read more…

By GodLikeMouse, 1 yearApril 26, 2024 ago
Code

A Comprehensive Analysis Between Go and Rust

Introduction When it comes to modern programming languages, Go and Rust are often hailed as two of the most promising contenders. Both have gained significant traction in recent years, each with its own set of strengths and weaknesses. In this article, we’ll delve into a comprehensive comparison between Go and Read more…

By GodLikeMouse, 1 yearMarch 27, 2024 ago
Code

PHP Best Practices: Models and Data Mining

Most PHP developers utilizing MVC frameworks would argue that the best approach for models are classes with a varied number of getters and setters. After a long time working with PHP and especially MVC frameworks and data mining/retrieval, I am of a completely different opinion and I will discuss why.

By GodLikeMouse, 12 yearsJanuary 18, 2013 ago
C/C++

Optimizing memcpy Routines

First let’s understand what the problem is. Memcpy copies memory one byte at a time. Which is fine as long as you don’t have a lot of memory to copy. If you find yourself needing to copy large chunks of memory from one spot to the next you may very Read more…

By GodLikeMouse, 17 yearsMarch 5, 2008 ago
C/C++

Finding The Fastest Write Method

I was recently tasked to develop a system that would need to write data in the Gigabytes per second range directly to disk. While doing so, I needed to spec out and build a machine that allowed for that type of bandwidth to be persisted as well as find the Read more…

By GodLikeMouse, 17 yearsFebruary 27, 2008 ago
Code

Optimization Techniques For JavaScript

Often times JavaScript coding you’ll find yourself creating a loop and at some point in time doing some form of conditional statement. Conditions in loops have a heavy impact on the speed in which JavaScript will execute. Especially when the number of iterations is high. Take for example the following Read more…

By GodLikeMouse, 17 yearsDecember 14, 2007 ago
  • Blog
  • Music
  • About Me
Hestia | Developed by ThemeIsle