Git Product home page Git Product logo

markjgx.github.io's People

Contributors

markjgx avatar

Stargazers

 avatar  avatar

Watchers

 avatar

markjgx.github.io's Issues

blog/hacking-tmap-and-tset/

Looking up values in a TMap/TSet with just the hash key. - Mark J. G’s programming blog

How do you look up a value in a TMap/TSet without the underlying key type? Let’s say you just have the hash key (uint32 that you can get from GetTypeHash) and nothing else. Do not fret! The Resolution (Code) I’ve crafted some helpers util’s to help you find a value inside of any TMap (easily translates to TSet). Here’s how you use TTypeHashOnlyKeyFunc: // DO NOT USE the TTypeHashOnlyKeyFunc as a actual KeyFunc on your map/set, it is only worth using for anything lookup related. TMap<FExampleKey, FExampleValue> KeyValueMap; uint32 HashKey = GetTypeHash(Key); TTypeHashOnlyKeyFunc<FExampleKey, FExampleValue>::FHashHelper Comparable(HashKey); FEx

https://markjg.com/blog/hacking-tmap-and-tset/

blog/speeding-unreal/

Speeding up Unreal Engine (Engine) development by caching your binary dependencies - Mark J. G’s programming blog

You can significantly speed up your Unreal Engine, engine not project, workflow by opting to locally cache Unreal’s binary dependencies in a local directory. This is especially useful if you constantly switching between engine versions, or want to have several local repos checked out constantly.

https://markjg.com/blog/speeding-unreal/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.