dcirne
Building and running high performance teams that create and ship remarkable products.
Boulder, Colorado
Pinned Repositories
AFNetworking
A delightful networking framework for iOS, OS X, watchOS, and tvOS.
Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
ARGEOM
Augmented Reality Geolocation Math
Containers
Objective-C Data Containers
dcirne.github.io
Dalmo Cirne's Brain Dump
flatten
Fast access to values in a data structure is paramount for high throughput systems. Here we explore how parsing and traversing a data structure may be a costly operation for systems processing large volumes of data. We examine two implementations. First, in pure Python. Second, a hybrid Python and C++ implementation interfaced using SWIG, where we can increase the performance by a factor of 4 or more; your mileage may vary. In either case we will see significant gains in performance by access values in a flat data structure, compared to traversing a nested one.
ForwadIterator
Objective-C Forward Iterator Sample Code
Hardbox
HARDware sandBOX
Multithreading
Source code for the multithreading experiment.
study_group
Sample code for the ongoing study group
dcirne's Repositories
dcirne/ARGEOM
Augmented Reality Geolocation Math
dcirne/study_group
Sample code for the ongoing study group
dcirne/Multithreading
Source code for the multithreading experiment.
dcirne/AFNetworking
A delightful networking framework for iOS, OS X, watchOS, and tvOS.
dcirne/Arduino-IRremote
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
dcirne/Containers
Objective-C Data Containers
dcirne/dcirne.github.io
Dalmo Cirne's Brain Dump
dcirne/flatten
Fast access to values in a data structure is paramount for high throughput systems. Here we explore how parsing and traversing a data structure may be a costly operation for systems processing large volumes of data. We examine two implementations. First, in pure Python. Second, a hybrid Python and C++ implementation interfaced using SWIG, where we can increase the performance by a factor of 4 or more; your mileage may vary. In either case we will see significant gains in performance by access values in a flat data structure, compared to traversing a nested one.
dcirne/ForwadIterator
Objective-C Forward Iterator Sample Code
dcirne/Hardbox
HARDware sandBOX
dcirne/iOS-Framework
How to create, develop, and distribute iOS Static Frameworks quickly and efficiently
dcirne/monorepo
Reference implementation of a monorepo using Bazel as build tool to make it manageable, scalable, and have support for multiple languages
dcirne/perch
dcirne/rag_fundamentals
Retrieval-Augmented Generation (RAG) Fundamentals and Semantic Chunking
dcirne/StackoverflowTest
It is a repository to upload my solution of Stackoverflow questions.
dcirne/tensorflow
Computation using data flow graphs for scalable machine learning
dcirne/tensors
Ongoing sample code for the Study Group at Clarifai
dcirne/WWTLogoRecognizer