Skip to content

flipcoder/local_shared_ptr

Repository files navigation

local_shared_ptr

  • local: faster than shared_ptr when no thread safety is needed
  • local_weak_ptr (boost currently has no local_weak_ptr)
  • enable_shared_from_this
  • no local_shared_array support
  • only supports the latest clang/gcc/vc
  • naming matches boost::local_shared_ptr if they ever add these features

Forked from https://github.com/yohei-yoshihara/minimal_boost_shared_ptr

About

local_shared_ptr and local_weak_ptr [Code forked from @yohei-yoshihara's minimal boost shared ptr repo.]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages