-
kimbomadsen wrote a new post 2 weeks ago
Introducing theSKULD — Because Your .dproj Files Deserve Better
If you’ve worked with Delphi for any length of time, youRead More -
kimbomadsen wrote a new post 2 weeks, 2 days ago
Release of theMIMER v1.0.1.3!
MIMER Is Mythical Enhanced Reasoning a Teachable, Agentic AI Knowledge System PleaseRead More -
kimbomadsen wrote a new post 2 weeks, 2 days ago
Revealing theMIMER v1.0.0
MIMER Is Mythical Enhanced Reasoning a Teachable, Agentic AI Knowledge System I’ve beenRead More -
kimbomadsen commented on the post, theDANE — the Danish Advanced Native Editor 1 month ago
Updated to 1.0.0.13 Contains bugfixes (including the SQL CHARACTER SET reformat issue) and new Copy with highlighting and HTML production, in case you need to provide nicely highlighted code for your […]
-
kimbomadsen wrote a new post 1 month ago
theDANE — the Danish Advanced Native Editor
A fast, native Windows code editor with syntax highlighting, intelligent codeRead More -
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 1 month, 1 week ago
I’m happy you like it! I will post some more when I get around to it. /Kim
-
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 1 month, 1 week ago
Hi, I have not done specific comparative performance tests with and without the extra doubly linked list. I am using it in a number of scenarios, like the caching mechanism, and for handling file based […]
-
kimbomadsen commented on the post, Exploring the Swiss Army Knife: kbmMW's Red-Black Tree 1 month, 1 week ago
Hi, Any algorithm should be selected for the purpose its about to be used for. If it can be done using fixed arrays, then you will be able to benefit much more from the various caching mechanisms in CPUs, but […]
-
kimbomadsen wrote a new post 1 month, 2 weeks ago
Lock-Free Hash Arrays in kbmMW — A Practical GuideWhen multiple threads need to share a lookup table, the traditional answer is simple: wrap it in a lock. One thread reads or writes at a time, everybody else waitsRead More
-
kimbomadsen wrote a new post 1 month, 2 weeks ago
Reverse-Engineering Delphi for Effective DebuggingGetting the Object Behind the Interface — By Reading Machine Code How kbmMW’s memory leak debugger identifies which object is behind a leaked interface rRead More
-
kimbomadsen wrote a new post 1 month, 2 weeks ago
Exploring the Swiss Army Knife: kbmMW's Red-Black Tree
How kbmMW gets the best of both worlds — fast search AND fast iRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
Taming Delphi's Unit Initialization Order — A Dependency Graph ApproachIf you’ve worked on a large Delphi project long enough, you’ve probably been bitten by it: a mysterious access violation at startup, a nil reference where an objectRead More
-
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #7 – IDE Wizards
The Complete Guide to kbmUnitTest The kbmUnitTest framework ships with IDE wizards thatRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest – New! Free! Open Source!
What is happening? After having switched to a new computer for development, being in the middle of a rather manually test intensive development process for aRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #3 – Advanced Testing
The Complete Guide to kbmUnitTest This is part 3 of a 6-part series. Part 1 coveredRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #4 – Introduction to Mock Data
The Complete Guide to kbmUnitTest This is part 4 of a 6-part series. PartsRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #5 – Advanced Mocking
The Complete Guide to kbmUnitTest This is part 5 of a 6-part series. Part 4Read More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #6 – Putting It All Together
The Complete Guide to kbmUnitTest This is the final part of a 6-part series.Read More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #2 – Real-time Testing with TestInsight
The Complete Guide to kbmUnitTest This is part 2 of a 6-partRead More -
kimbomadsen wrote a new post 1 month, 3 weeks ago
kbmUnitTest #1 – Your First Unit Test
The Complete Guide to kbmUnitTest This is part 1 of a 6-part series covering theRead More - Load More
